Skip to content

Commit

Permalink
feat: Prevent selecting selected NavItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Sep 7, 2024
1 parent 8140164 commit 7c066ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/Navbar/NavButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
li.selected {
background-color: var(--tertiary);
color: var(--primary);
pointer-events: none;
}
li.selected span {
Expand Down

0 comments on commit 7c066ac

Please sign in to comment.