mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: border color of dropdown svg
This commit is contained in:
parent
47fe7f4977
commit
c01e897182
1 changed files with 7 additions and 0 deletions
|
@ -422,3 +422,10 @@ a.blob-excerpt {
|
|||
.ui.buttons .button:first-child {
|
||||
border-left: 0px solid var(--color-light-border);
|
||||
}
|
||||
|
||||
/* border color of dropdown svg */
|
||||
.ui.form,
|
||||
.ui.form .field .dropdown,
|
||||
.ui.form .field .dropdown .menu > .item {
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue