Skip to content

Commit

Permalink
keep active state on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 13, 2025
1 parent 6a5ec8d commit 987f491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/layout/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
color: var(--ks-content-primary);
box-shadow: none;
&_active {
&_active, &_active:hover {
background-color: var(--ks-button-background-secondary-active);
font-weight: normal;
}
Expand Down

0 comments on commit 987f491

Please sign in to comment.