| 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 fe6797c5c60b0bdd9999cc15763248ef99048234..c7017b6417f6273592970e1784fa045f0550714a 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
|
| @@ -103,7 +103,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(--paper-toolbar-height, 64px);
|
| @@ -175,7 +174,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%);
|
| }
|
|
|
|
|