Skip to content

Commit 7ab092f

Browse files
committed
[Admin] Fix router link active
1 parent dcbc948 commit 7ab092f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/admin/SidebarPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@
6060
>.options {
6161
margin-left: 1rem;
6262
margin-bottom: 2rem;
63+
.router-link-exact-active {
64+
color: var(--theme-foreground-text);
65+
}
6366
6467
>.option {
6568
color: var(--theme-interactable-text);
6669
transition: color 0.1s;
6770
display: block;
6871
text-decoration: none;
6972
70-
&.router-link-exact-active {
71-
color: var(--theme-foreground-text);
72-
}
7373
7474
&:hover {
7575
color: var(--theme-interactable-text-20);

0 commit comments

Comments
 (0)