aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-05-09 07:01:25 +0800
committerGitHub <noreply@github.com>2024-05-08 23:01:25 +0000
commited0fc2729e75f84992521e3c8e54357b83cc4a36 (patch)
tree450094a32ee1c9e02c198129c2671d71c1f48d78 /web_src/css
parentf7d2f695a4c57b245830a526e77fa62e99e00254 (diff)
downloadgitea-ed0fc2729e75f84992521e3c8e54357b83cc4a36.tar.gz
gitea-ed0fc2729e75f84992521e3c8e54357b83cc4a36.zip
Add missing menu active item background back (#30897)
Fix #30578
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/modules/menu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/modules/menu.css b/web_src/css/modules/menu.css
index 830e4cdbc3..76a576cd53 100644
--- a/web_src/css/modules/menu.css
+++ b/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 {