Improve disabled Field styling
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user