Fixed select dropdown UI bug

This commit is contained in:
Peter Zimon 2021-05-06 18:33:08 +02:00
parent 897acb1909
commit f4a4ef52fd

View File

@ -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);