mxenabled / mx-react-components

A library of generic React components used at MX
MIT License
77 stars 61 forks source link

Adds ampersand to more css selectors that were indirectly called with… #953

Closed DrewWarrenTIY closed 2 years ago

DrewWarrenTIY commented 2 years ago

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!