| Index: third_party/polymer/v1_0/components-chromium/paper-toolbar/paper-toolbar.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/paper-toolbar.html b/third_party/polymer/v1_0/components-chromium/paper-toolbar/paper-toolbar.html
|
| index 25292ca769e7e18d465277329245a8579e7260eb..353162509f0ae57ddf80f109e23e02625e240845 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/paper-toolbar.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-toolbar/paper-toolbar.html
|
| @@ -111,7 +111,6 @@ be used as the label of the toolbar via `aria-labelledby`.
|
| display: block;
|
| position: relative;
|
| box-sizing: border-box;
|
| - -moz-box-sizing: border-box;
|
|
|
| /* size */
|
| height: var(--calculated-paper-toolbar-height);
|
| @@ -183,7 +182,6 @@ be used as the label of the toolbar via `aria-labelledby`.
|
|
|
| :host(.tall) #middleBar,
|
| :host(.medium-tall) #middleBar {
|
| - -webkit-transform: translateY(100%);
|
| transform: translateY(100%);
|
| }
|
|
|
|
|