Improve disabled Field styling
parent
284be2653e
commit
aeac82209e
|
@ -81,6 +81,8 @@ limitations under the License.
|
||||||
color: $input-focused-border-color;
|
color: $input-focused-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field select:disabled {
|
.mx_Field select:disabled,
|
||||||
|
.mx_Field input:disabled {
|
||||||
background-color: $field-focused-label-bg-color;
|
background-color: $field-focused-label-bg-color;
|
||||||
|
color: $greyed-fg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue