Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from jorgecasar/ensure-hidden-attribute-works
Browse files Browse the repository at this point in the history
Ensure hidden attribute works
  • Loading branch information
notwaldorf authored Jun 28, 2017
2 parents 85958cb + edc4c3c commit 9abdf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

/* IE 10 support for HTML5 hidden attr */
[hidden] {
:host([hidden]), [hidden] {
display: none !important;
}

Expand Down

0 comments on commit 9abdf65

Please sign in to comment.