PolymerElements / paper-tabs

Material Design tabs
https://www.webcomponents.org/element/PolymerElements/paper-tabs
65 stars 52 forks source link

Hide buttons using `visibility` instead of `opacity`. #217

Closed bicknellr closed 6 years ago

bicknellr commented 7 years ago

Fixes #216 by hiding the buttons with visibility: hidden; instead of opacity: 0;.

bicknellr commented 7 years ago

I don't know how to write a test for this given that there's no way to inspect the accessibility tree. :/