Skip to content

Commit

Permalink
fix: sidemenu bring back the gray hover
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 3, 2025
1 parent 39a2293 commit 33ecf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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, body &_active:hover, &:hover, &.vsm--link_hover, &.vsm--link_open {
&_active, body &_active:hover, &.vsm--link_open, &.vsm--link_open:hover {
background-color: var(--ks-button-background-primary);
color: var(--ks-button-content-primary);
font-weight: normal;
Expand All @@ -269,7 +269,7 @@
}
&:hover, body &_hover {
background-color: var(--ks-button-background-primary);
background-color: var(--ks-button-background-secondary);
}
.el-tooltip__trigger {
Expand Down

0 comments on commit 33ecf8d

Please sign in to comment.