Merged in fix/SW-2188-disabled-state (pull request #2597)
fix(SW-2188): readonly for input fields * fix(SW-2188): readonly for input fields Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -62,6 +62,7 @@ textarea[value]:not([value='']) ~ .label,
|
||||
}
|
||||
|
||||
.label.disabled,
|
||||
input:read-only ~ .label,
|
||||
input:disabled ~ .label,
|
||||
textarea:disabled ~ .label {
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
|
||||
Reference in New Issue
Block a user