From d6290757eee890cab4d9cbe873abbf561247d5d8 Mon Sep 17 00:00:00 2001 From: "Scott J. Miles" Date: Tue, 27 Aug 2013 17:18:52 -0700 Subject: [PATCH] don't change display style on templates, change tab color --- polymer-ui-tabs/polymer-ui-tabs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer-ui-tabs/polymer-ui-tabs.css b/polymer-ui-tabs/polymer-ui-tabs.css index 6fa2feb..0d908bf 100644 --- a/polymer-ui-tabs/polymer-ui-tabs.css +++ b/polymer-ui-tabs/polymer-ui-tabs.css @@ -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; @@ -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; } \ No newline at end of file