Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dropdown-item): avoid hover/active styling when disabled (#8398)
**Related Issue:** #6667 ## Summary This addresses pseudo-element selectors kicking in due to the `disabled` component style mixin not affecting `pointer-events` on the host (by design). ### Notes * Screenshot tests were not updated as our current setup does not allow us to test for pseudo-elements. Something like https://storybook.js.org/addons/storybook-addon-pseudo-states or https://www.chromatic.com/docs/interactions/ might help with this in the future. * Related styles using `:before` were removed as they do not appear to be in use (will submit a follow-up clean up PR afterwards).
- Loading branch information