forked from forgejo/forgejo
Backport #27632 by @wxiaoguang 1. fix #27631 , and add samples to devtest page 2. fix incorrect color for "ui dropdown button" when hover Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
8cf7548a18
commit
21c3513d49
3 changed files with 12 additions and 1 deletions
|
@ -2194,7 +2194,7 @@ table th[data-sortt-desc] .svg {
|
|||
height: 15px;
|
||||
}
|
||||
|
||||
.ui.dropdown {
|
||||
.ui.dropdown:not(.button) {
|
||||
line-height: var(--line-height-default); /* the dropdown doesn't have default line-height, use this to make the dropdown icon align with plain dropdown */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue