Skip to content

Commit

Permalink
Merge pull request #93 from PolymerElements/always-be-colouring
Browse files Browse the repository at this point in the history
make hover links pink
  • Loading branch information
notwaldorf committed Mar 11, 2016
2 parents db1463c + 0a7dae1 commit b02b451
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion iron-component-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,18 @@
margin: -2px 5px 0 0;
}

paper-toolbar a:hover, paper-toolbar a:hover iron-icon, paper-toolbar a.iron-selected, paper-toolbar a.iron-selected iron-icon {
paper-toolbar a.iron-selected, paper-toolbar a.iron-selected iron-icon {
color: var(--paper-grey-800);
}

paper-toolbar a:hover, paper-toolbar a:hover iron-icon {
color: var(--paper-pink-500);
}

select {
cursor: pointer;
}

#demo iframe {
@apply(--layout-fit);
}
Expand Down

0 comments on commit b02b451

Please sign in to comment.