Override UA/OS styles for disabled Field selects
Fixes https://github.com/vector-im/riot-web/issues/8249pull/21833/head
parent
c5deeeaceb
commit
284be2653e
|
@ -80,3 +80,7 @@ limitations under the License.
|
||||||
.mx_Field select:focus + label {
|
.mx_Field select:focus + label {
|
||||||
color: $input-focused-border-color;
|
color: $input-focused-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Field select:disabled {
|
||||||
|
background-color: $field-focused-label-bg-color;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue