Add disabled for labels in input

This commit is contained in:
Konstantinos Triantafyllou 2023-06-30 14:59:24 +03:00
parent 1e06310b8b
commit 215d5922a4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
opacity: 1;
}
&:disabled {
&:disabled, &.uk-disabled {
background: transparent;
color: var(--input-color-disabled);
-webkit-text-fill-color: var(--input-color-disabled);