feat: Prevent selecting selected NavItem

This commit is contained in:
Ushie 2024-09-07 05:44:52 +03:00
parent 814016473e
commit 7c066ac0b5
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632

View File

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