storybook-addon-pseudo-states icon indicating copy to clipboard operation
storybook-addon-pseudo-states copied to clipboard

Fix issue with pseudo classes

Open SalimBensiali opened this issue 1 year ago • 4 comments

Follow up of #45

SalimBensiali avatar Jul 27 '23 12:07 SalimBensiali

Hi @ghengeveld would love your review of this fix. It is another case of the same issue described and fixed in #45

SalimBensiali avatar Jul 27 '23 23:07 SalimBensiali

Or maybe @shilman ?

SalimBensiali avatar Aug 01 '23 21:08 SalimBensiali

Could you add as well ::-moz-range-thumb? Should we think differently about all those prefixed properties?

imagoiq avatar Oct 16 '23 10:10 imagoiq

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).

ghengeveld avatar Oct 16 '23 10:10 ghengeveld