Override UA/OS styles for disabled Field selects

Fixes https://github.com/vector-im/riot-web/issues/8249
This commit is contained in:
Travis Ralston 2019-01-24 19:27:20 -07:00
parent c5deeeaceb
commit 284be2653e

View file

@ -80,3 +80,7 @@ limitations under the License.
.mx_Field select:focus + label {
color: $input-focused-border-color;
}
.mx_Field select:disabled {
background-color: $field-focused-label-bg-color;
}