💄(react) change label color when focused ( select, input )
We forgot to implement this behavior when coding these inputs.
This commit is contained in:
@@ -65,6 +65,10 @@
|
||||
&:focus-within {
|
||||
border-radius: var(--c--components--forms-input--border-radius--focus);
|
||||
border-color: var(--c--components--forms-input--border-color--focus) !important;
|
||||
|
||||
label {
|
||||
color: var(--c--components--forms-input--label-color--focus);
|
||||
}
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
|
||||
Reference in New Issue
Block a user