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

Commit

Permalink
Override UA/OS styles for disabled Field selects
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 25, 2019
1 parent c5deeea commit 284be26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 284be26

Please sign in to comment.