You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
atomicpages
added a commit
to atomicpages/pretty-checkbox
that referenced
this issue
Sep 22, 2019
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 imagesThe text was updated successfully, but these errors were encountered: