Skip to content

Commit

Permalink
Add missing menu active item background back (#30897)
Browse files Browse the repository at this point in the history
Fix #30578
  • Loading branch information
wxiaoguang committed May 8, 2024
1 parent f7d2f69 commit ed0fc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/modules/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
}

.ui.vertical.menu .active.item {
background: var(--color-active);
border-radius: 0;
}
.ui.vertical.menu > .active.item:first-child {
Expand Down

0 comments on commit ed0fc27

Please sign in to comment.