| Index: third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab.html b/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab.html
|
| index 1b9446cb5de8fa4efd9b2f3add9b05fe496aedae..b60ba680507f32564bcb001b7afa64711fdff54a 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-tabs/paper-tab.html
|
| @@ -70,7 +70,6 @@ In order to apply the `Roboto` font to this element, make sure you've imported `
|
| .tab-content {
|
| height: 100%;
|
| transform: translateZ(0);
|
| - -webkit-transform: translateZ(0);
|
| transition: opacity 0.1s cubic-bezier(0.4, 0.0, 1, 1);
|
| @apply(--layout-horizontal);
|
| @apply(--layout-center-center);
|
|
|