0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-05-20 12:24:21 +02:00

Add missing menu active item background back (#30897)

Fix #30578
This commit is contained in:
wxiaoguang 2024-05-09 07:01:25 +08:00 committed by GitHub
parent f7d2f695a4
commit ed0fc2729e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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