💄(react) update DatePicker segments colors
Based on QA feedbacks we just want a background color for the focused segments.
This commit is contained in:
5
.changeset/modern-badgers-draw.md
Normal file
5
.changeset/modern-badgers-draw.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": minor
|
||||
---
|
||||
|
||||
add a background color to DatePicker segments
|
||||
@@ -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