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 #2591 from matrix-org/travis/settings/disable-topic
Browse files Browse the repository at this point in the history
Render disabled mxField textareas as disabled
  • Loading branch information
turt2live committed Feb 8, 2019
2 parents f99c56f + debac60 commit 0ca6ea2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion res/css/views/elements/_Field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ limitations under the License.
}

.mx_Field select:disabled,
.mx_Field input: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;
color: $greyed-fg-color;
}

0 comments on commit 0ca6ea2

Please sign in to comment.