💄(react) update DatePicker segments colors

Based on QA feedbacks we just want a background color for the focused
segments.
This commit is contained in:
Nathan Vasse
2023-09-04 17:02:11 +02:00
committed by NathanVss
parent 09e474c8c1
commit 37772a4b85
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add a background color to DatePicker segments

View File

@@ -70,6 +70,11 @@
&--empty {
color: var(--c--components--forms-field--color);
}
&:focus-visible {
background-color: var(--c--theme--colors--primary-100);
outline: none;
}
}
}