Add missing menu active item background back (#30897)

Fix #30578
pull/30912/head^2
wxiaoguang 7 months ago committed by GitHub
parent f7d2f695a4
commit ed0fc2729e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      web_src/css/modules/menu.css

@ -358,6 +358,7 @@
}
.ui.vertical.menu .active.item {
background: var(--color-active);
border-radius: 0;
}
.ui.vertical.menu > .active.item:first-child {

Loading…
Cancel
Save