Merge pull request #2502 from matrix-org/travis/settings/disabled-selects

Override UA/OS styles for disabled Field selects
This commit is contained in:
Travis Ralston 2019-01-28 10:32:37 -07:00 committed by GitHub
commit c204cd7be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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