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

Commit

Permalink
polymer-ui-toolbar: fix CSS selector for nested ui-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 9, 2013
1 parent 9436718 commit 1ae40ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polymer-ui-toolbar/polymer-ui-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1ae40ea

Please sign in to comment.