Add disabled for labels in input
This commit is contained in:
parent
1e06310b8b
commit
215d5922a4
|
@ -115,7 +115,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled, &.uk-disabled {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--input-color-disabled);
|
color: var(--input-color-disabled);
|
||||||
-webkit-text-fill-color: var(--input-color-disabled);
|
-webkit-text-fill-color: var(--input-color-disabled);
|
||||||
|
|
Loading…
Reference in New Issue