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

Commit

Permalink
fix toolbar item margins
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Oct 11, 2013
1 parent 4dae442 commit b0f3790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions polymer-ui-toolbar/polymer-ui-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ 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::-webkit-distributed(> polymer-ui-icon-button) {
margin: 0px 8px 0 8px;
margin: 0px 8px 0 8px !important;
}

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

/*@polyfill @host > polymer-ui-toolbar */
Expand Down

0 comments on commit b0f3790

Please sign in to comment.