chromaui / storybook-addon-pseudo-states

CSS pseudo-classes for Storybook
MIT License
88 stars 28 forks source link

Pseudo-element `::-webkit-slider-thumb` is not working with interactive states #98

Closed GomezIvann closed 6 months ago

GomezIvann commented 9 months ago

We have a React component with the following selector: ::-webkit-slider-thumb:active. The method insertRule fails to parser this rule:

image

This issue happens every time you concatenate a webkit pseudo-element with a pseudo-class. The problem is that the rest of the stories stop working whenever this error is thrown because they cannot load their respective styles.

m-akinc commented 7 months ago

Duplicate of #37

m-akinc commented 6 months ago

Issue should be marked closed as fixed.