better disabled indication
This commit is contained in:
parent
c677bbf102
commit
05ab57a8e6
|
@ -61,12 +61,13 @@ label.Select {
|
||||||
&:disabled {
|
&:disabled {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
opacity: 1; /* override browser */
|
opacity: 1; /* override browser */
|
||||||
|
color: var(--faint);
|
||||||
|
|
||||||
select {
|
select {
|
||||||
&[multiple],
|
&[multiple],
|
||||||
&[size] {
|
&[size] {
|
||||||
option.-active {
|
option.-active {
|
||||||
color: var(--text);
|
color: var(--faint);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue