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

Commit

Permalink
use ::content syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Mar 26, 2014
1 parent 35c7150 commit dd62278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions polymer-ui-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ license that can be found in the LICENSE file.
/* TODO(sorvell): use of !important due to inability to
naturally win over an :host style */
/*@polyfill :host > polymer-ui-icon-button */
content /content/ polymer-ui-icon-button {
::content > polymer-ui-icon-button {
margin: 0px 8px 0 8px !important;
}

/*@polyfill :host > polymer-ui-menu-button */
content /content/ polymer-ui-menu-button {
::content > polymer-ui-menu-button {
margin: 0px 8px 0 8px !important;
}

/*@polyfill :host > polymer-ui-toolbar */
content /content/ polymer-ui-toolbar {
::content > polymer-ui-toolbar {
margin: 0;
}

/*@polyfill :host > polymer-ui-toolbar:not(.narrow-layout) */
content /content/ polymer-ui-toolbar:not(.narrow-layout) {
::content > polymer-ui-toolbar:not(.narrow-layout) {
border: 0;
background: transparent none;
}

0 comments on commit dd62278

Please sign in to comment.