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
|
@ -128,11 +128,13 @@ It needs some tricks to tweak the left/right borders with active state */
|
|||
.ui.primary.button:focus,
|
||||
.ui.primary.buttons .button:focus {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-primary-contrast);
|
||||
}
|
||||
|
||||
.ui.primary.button:hover,
|
||||
.ui.primary.buttons .button:hover {
|
||||
background: var(--color-primary-hover);
|
||||
color: var(--color-primary-contrast);
|
||||
}
|
||||
|
||||
.ui.primary.button:active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue