paper-checkbox
paper-checkbox copied to clipboard
paper-checkbox ignores `backface-visibility: hidden` CSS property
Description
paper-checkbox ignores backface-visibility: hidden CSS property. Because of that the checkbox stays visible (and allows interaction) even when it's on the backside of the element.
Expected outcome
The property not ignored - checkbox is hidden when on the backside.
Actual outcome
Checkbox remains to be visible.
Live Demo
Not sure how to set up, the example link doesn't seem to work
Browsers Affected
- [ X ] Chrome - haven't checked in others