The Date Range selector and the ListBox component were not correctly applying some focus and hover styles. I believe they were missed because they aren't directly called with the css function where they are defined but are passed as props to other components that called them with css. I updated all those selectors to include the & character which seems to have resolved the issue!
The Date Range selector and the ListBox component were not correctly applying some focus and hover styles. I believe they were missed because they aren't directly called with the css function where they are defined but are passed as props to other components that called them with css. I updated all those selectors to include the
&
character which seems to have resolved the issue!