💄(react) fix DatePicker focus

Based on QA feedback the keyboard focus of the DatePicker was using
the browser default outline ( when navigating with tab key ), this
ensure a consistent style accross different focus modes.
This commit is contained in:
Nathan Vasse
2023-09-01 15:26:49 +02:00
committed by NathanVss
parent 9be1ec52b3
commit 495f7d3731
2 changed files with 29 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Fix DatePicker focus style