storybook-addon-pseudo-states
storybook-addon-pseudo-states copied to clipboard
Fix issue with pseudo classes
Follow up of #45
Hi @ghengeveld would love your review of this fix. It is another case of the same issue described and fixed in #45
Or maybe @shilman ?
Could you add as well ::-moz-range-thumb
? Should we think differently about all those prefixed properties?
I think we shouldn't apply pseudo style overrides to any pseudo classes that are applied to pseudo elements (::
), because there will never be a classname applied to pseudo elements (e.g. ::after.pseudo-hover
is never valid).