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

paper-checkbox ignores `backface-visibility: hidden` CSS property

Open EvilTosha opened this issue 6 years ago • 0 comments

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

EvilTosha avatar Jun 04 '19 18:06 EvilTosha