Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2502 from matrix-org/travis/settings/disabled-sel…
Browse files Browse the repository at this point in the history
…ects

Override UA/OS styles for disabled Field selects
  • Loading branch information
turt2live authored Jan 28, 2019
2 parents 6683a99 + aeac822 commit c204cd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c204cd7

Please sign in to comment.