Skip to content

Commit

Permalink
fix: color of active item in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 20, 2025
1 parent a6d746a commit 05e5af7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui/src/components/layout/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,9 @@
color: var(--ks-content-primary);
box-shadow: none;
&_active, &_active:hover {
background-color: var(--ks-button-background-secondary-active);
&_active, body &_active:hover {
background-color: var(--ks-button-background-primary);
color: var(--ks-button-content-primary);
font-weight: normal;
}
Expand Down

0 comments on commit 05e5af7

Please sign in to comment.