mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed select dropdown UI bug
This commit is contained in:
parent
897acb1909
commit
f4a4ef52fd
@ -212,7 +212,7 @@ textarea {
|
||||
}
|
||||
|
||||
.gh-input[disabled],
|
||||
.gh-select select {
|
||||
.gh-select select[disabled] {
|
||||
background: var(--whitegrey-l2);
|
||||
color: var(--midlightgrey);
|
||||
border-color: var(--whitegrey);
|
||||
|
Loading…
Reference in New Issue
Block a user