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

Commit

Permalink
Improve disabled Field styling
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 25, 2019
1 parent 284be26 commit aeac822
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ limitations under the License.
color: $input-focused-border-color;
}

.mx_Field select:disabled {
.mx_Field select:disabled,
.mx_Field input:disabled {
background-color: $field-focused-label-bg-color;
color: $greyed-fg-color;
}

0 comments on commit aeac822

Please sign in to comment.