pretty-checkbox icon indicating copy to clipboard operation
pretty-checkbox copied to clipboard

Webkit Regression is causing :checked selection to fail

Open atomicpages opened this issue 6 years ago • 0 comments

See details here regarding the blink/webkit regression: https://bugs.chromium.org/p/chromium/issues/detail?id=1006586#c1

For pretty-checkbox-react I'm working on a re-write using hooks and I noticed the indeterminate checkbox is failing since I rely on state to update the DOM rather than CSS. I think we need to add an :indeterminate selection for fonts, svgs, and images

atomicpages avatar Sep 22 '19 17:09 atomicpages