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; }