feat: Prevent selecting selected NavItem

This commit is contained in:
Ushie
2024-09-07 05:44:52 +03:00
parent 814016473e
commit 7c066ac0b5

View File

@@ -68,6 +68,7 @@
li.selected {
background-color: var(--tertiary);
color: var(--primary);
pointer-events: none;
}
li.selected span {