Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
don't change display style on templates, change tab color
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Aug 28, 2013
1 parent cdccc15 commit d629075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polymer-ui-tabs/polymer-ui-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license that can be found in the LICENSE file.
}

/*@polyfill @host > * */
::-webkit-distributed(> *) {
::-webkit-distributed(> :not(template)) {
display: inline-block;
min-width: 60px;
height: 60px;
Expand All @@ -26,6 +26,6 @@ license that can be found in the LICENSE file.

/*@polyfill @host > *.polymer-selected */
::-webkit-distributed(> *.polymer-selected) {
background: #75d0df;
color: #fff;
background: #0066FF;
color: white;
}

0 comments on commit d629075

Please sign in to comment.