Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: keep selector list in dist output of not pseudo-class (#2740)
A change in configuration had resulted in some regressions due to increased specificity created in the dist output of :not selectors. One issue was with a disabled Menu item showing a change in icon color on hover. The config override being removed here sets it back to the default stage 2 configuration that allows multiple comma separated selectors within :not(). The configuration had been converting each item in the :not selector list into its own :not selector, increasing specificity for each additional item.
- Loading branch information