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

Commit

Permalink
Include input and select labels in disabled stlyes
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Feb 8, 2019
1 parent cf13666 commit debac60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ limitations under the License.
}

.mx_Field select:disabled,
.mx_Field select:disabled + label,
.mx_Field input:disabled,
.mx_Field input:disabled + label,
.mx_Field textarea:disabled,
.mx_Field textarea:disabled + label {
background-color: $field-focused-label-bg-color;
Expand Down

0 comments on commit debac60

Please sign in to comment.