Include input and select labels in disabled stlyes
This commit is contained in:
parent
cf1366635f
commit
debac60980
1 changed files with 2 additions and 0 deletions
|
@ -112,7 +112,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field select:disabled,
|
.mx_Field select:disabled,
|
||||||
|
.mx_Field select:disabled + label,
|
||||||
.mx_Field input:disabled,
|
.mx_Field input:disabled,
|
||||||
|
.mx_Field input:disabled + label,
|
||||||
.mx_Field textarea:disabled,
|
.mx_Field textarea:disabled,
|
||||||
.mx_Field textarea:disabled + label {
|
.mx_Field textarea:disabled + label {
|
||||||
background-color: $field-focused-label-bg-color;
|
background-color: $field-focused-label-bg-color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue