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

Commit

Permalink
Fixed hidden state
Browse files Browse the repository at this point in the history
  • Loading branch information
klan committed Apr 21, 2017
1 parent fd20cb3 commit 5646d71
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions messaging-subscribe-toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
#subscribe {
display: inline-flex;
}
#tooltip {
paper-icon-button[hidden],
paper-tooltip[hidden] {
display: none;
}
paper-icon-button {
color: #c10000;
}
paper-tooltip {
Expand All @@ -57,13 +61,13 @@
<paper-icon-button id="tooltip"
icon="error-outline"
alt="error"
hidden="[[_supported]]"></paper-icon-button>
hidden$="[[_supported]]"></paper-icon-button>
<paper-tooltip
for="tooltip"
position="right"
fit-to-visible-bounds
animation-delay="0"
hidden="[[_supported]]">
hidden$="[[_supported]]">
<b>This feature is not supported in your browser.</b>
<p>Switch to one of the following browsers for full support:</p>
<ul>
Expand Down

0 comments on commit 5646d71

Please sign in to comment.