Backport #31089 by @silverwind
Presumably a regression from
https://github.com/go-gitea/gitea/pull/30325, these menus were showing a
border radius on hover, which is fixed with this change.
<img width="154" alt="image"
src="eafdc1c5
-3cf5-48d1-86c4-21c58f92cfaf">
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
e0b7938d74
commit
0e70f73055
1 changed files with 4 additions and 1 deletions
|
@ -512,11 +512,14 @@
|
|||
background: var(--color-hover);
|
||||
}
|
||||
|
||||
.ui.secondary.menu .active.item {
|
||||
border-radius: 0.28571429rem;
|
||||
}
|
||||
|
||||
.ui.secondary.menu .active.item,
|
||||
.ui.secondary.menu .active.item:hover {
|
||||
color: var(--color-text-dark);
|
||||
background: var(--color-active);
|
||||
border-radius: 0.28571429rem;
|
||||
}
|
||||
|
||||
.ui.secondary.item.menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue