Skip to content

Commit

Permalink
change how nav drawer works pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 12, 2024
1 parent f516a11 commit 0b01974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/nav/NavDrawerButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
background-color: transparent;
color: rgb(var(--m3-scheme-on-surface-variant));
transition: background-color 300ms;
transition: all 300ms;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/nav/NavDrawerLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
background-color: transparent;
color: rgb(var(--m3-scheme-on-surface-variant));
transition: background-color 300ms;
transition: all 300ms;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
Expand Down

0 comments on commit 0b01974

Please sign in to comment.