💄(react) update DatePicker segments colors
Based on QA feedbacks we just want a background color for the focused segments.
This commit is contained in:
@@ -70,6 +70,11 @@
|
||||
&--empty {
|
||||
color: var(--c--components--forms-field--color);
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
background-color: var(--c--theme--colors--primary-100);
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user