Skip to content

Commit

Permalink
reversing visibility icon logic and changing to gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTaNoV committed Jan 31, 2017
1 parent 2981977 commit 7e0d098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gold-password-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
}

toggle-icon {
color: gray;
--paper-icon-button: {
padding: 2px;
width: 26px;
Expand Down Expand Up @@ -129,8 +130,8 @@
<toggle-icon
suffix$=[[suffix]] prefix$=[[prefix]] noink
id="reveal"
icon="gold-password-input:visibility-off"
icon-checked="gold-password-input:visibility"
icon="gold-password-input:visibility"
icon-checked="gold-password-input:visibility-off"
hidden$="[[!reveal]]" checked="{{_checked}}"
animation="flip-horizontal">
</toggle-icon>
Expand Down

0 comments on commit 7e0d098

Please sign in to comment.