Improve disabled Field styling

pull/21833/head
Travis Ralston 2019-01-25 09:10:16 -07:00
parent 284be2653e
commit aeac82209e
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}