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:
Bianca Widstam
2025-08-06 07:14:28 +00:00
parent 5f2e215508
commit 75ffd5d10b
4 changed files with 12 additions and 6 deletions

View File

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