Skip to content

Commit

Permalink
fix: bring back hover in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 3, 2025
1 parent 33ecf8d commit cf4b91f
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 @@ -269,7 +269,7 @@
}
&:hover, body &_hover {
background-color: var(--ks-button-background-secondary);
background-color: var(--ks-button-background-secondary-hover);
}
.el-tooltip__trigger {
Expand Down

0 comments on commit cf4b91f

Please sign in to comment.