| Index: chrome/browser/resources/md_downloads/vulcanized.html
|
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
|
| index 0c49427cb4b6dada6ee0956a9cd2ba627a278e13..6363f38bab79aaa90a516bb94afb2b104c970eaf 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -647,16 +647,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| </dom-module>
|
| <dom-module id="paper-button" assetpath="chrome://resources/polymer/v1_0/paper-button/">
|
| <template strip-whitespace="">
|
| -
|
| <style include="paper-material">
|
| :host {
|
| - display: inline-block;
|
| + @apply(--layout-inline);
|
| + @apply(--layout-center-center);
|
| position: relative;
|
| box-sizing: border-box;
|
| min-width: 5.14em;
|
| margin: 0 0.29em;
|
| background: transparent;
|
| - text-align: center;
|
| + -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
| + -webkit-tap-highlight-color: transparent;
|
| font: inherit;
|
| text-transform: uppercase;
|
| outline-width: 0;
|
| @@ -669,6 +670,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| z-index: 0;
|
| padding: 0.7em 0.57em;
|
|
|
| + @apply(--paper-font-common-base);
|
| @apply(--paper-button);
|
| }
|
|
|
| @@ -694,15 +696,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| paper-ripple {
|
| color: var(--paper-button-ink-color);
|
| }
|
| -
|
| - :host > ::content * {
|
| - text-transform: inherit;
|
| - }
|
| </style>
|
| +
|
| <content></content>
|
| </template>
|
| -</dom-module>
|
|
|
| + </dom-module>
|
| <style is="custom-style">
|
|
|
| :root {
|
|
|