Skip to content

Commit

Permalink
Merge pull request #132 from coreyfarrell/fix-hidden
Browse files Browse the repository at this point in the history
Ensure hidden attribute works.
  • Loading branch information
notwaldorf authored Jul 11, 2016
2 parents b9ee691 + 2a887e6 commit 310b32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paper-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
-webkit-tap-highlight-color: transparent;
}

:host([hidden]) {
display: none !important;
}

:host(:focus) {
outline: none;
}
Expand Down

0 comments on commit 310b32e

Please sign in to comment.