From 1ae40ea18a8e9dd5cf0823e3d59389a5fb00c048 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Tue, 8 Oct 2013 17:01:11 -0700 Subject: [PATCH] polymer-ui-toolbar: fix CSS selector for nested ui-toolbar --- polymer-ui-toolbar/polymer-ui-toolbar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer-ui-toolbar/polymer-ui-toolbar.css b/polymer-ui-toolbar/polymer-ui-toolbar.css index ebdcc37..dce7a53 100644 --- a/polymer-ui-toolbar/polymer-ui-toolbar.css +++ b/polymer-ui-toolbar/polymer-ui-toolbar.css @@ -61,8 +61,8 @@ content::-webkit-distributed(> polymer-ui-toolbar) { margin: 0; } -/*@polyfill @host > polymer-ui-toolbar:not(.narrow-layout[responsive]) */ -content::-webkit-distributed(> polymer-ui-toolbar:not(.narrow-layout[responsive])) { +/*@polyfill @host > polymer-ui-toolbar:not(.narrow-layout) */ +content::-webkit-distributed(> polymer-ui-toolbar:not(.narrow-layout)) { border: 0; - background: transparent; + background: transparent none; }