UX: minor active state fix for sidebar (#21754)

This commit is contained in:
Kris 2023-05-25 16:01:27 -04:00 committed by GitHub
parent c539f749f1
commit ff03b2274f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
background: var(--d-sidebar-highlight-color);
.sidebar-section-link-prefix {
&.icon svg {
&.icon {
color: var(--primary-medium);
}
}