| 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 e27dae5fd369799ec077d2b111cb101e006eea19..4edac865cfdd4b5fb0a3a003c1d978fbc8d5e9ee 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -1954,28 +1954,28 @@ paper-button {
|
| </dom-module>
|
| <dom-module id="iron-overlay-backdrop" assetpath="chrome://resources/polymer/v1_0/iron-overlay-behavior/">
|
|
|
| - <style>
|
| - :host {
|
| - position: fixed;
|
| - top: 0;
|
| - left: 0;
|
| - width: 100%;
|
| - height: 100%;
|
| - background-color: var(--iron-overlay-backdrop-background-color, #000);
|
| - opacity: 0;
|
| - transition: opacity 0.2s;
|
| - pointer-events: none;
|
| - @apply(--iron-overlay-backdrop);
|
| - }
|
| + <template>
|
| + <style>
|
| + :host {
|
| + position: fixed;
|
| + top: 0;
|
| + left: 0;
|
| + width: 100%;
|
| + height: 100%;
|
| + background-color: var(--iron-overlay-backdrop-background-color, #000);
|
| + opacity: 0;
|
| + transition: opacity 0.2s;
|
| + pointer-events: none;
|
| + @apply(--iron-overlay-backdrop);
|
| + }
|
|
|
| - :host(.opened) {
|
| - opacity: var(--iron-overlay-backdrop-opacity, 0.6);
|
| - pointer-events: auto;
|
| - @apply(--iron-overlay-backdrop-opened);
|
| - }
|
| - </style>
|
| + :host(.opened) {
|
| + opacity: var(--iron-overlay-backdrop-opacity, 0.6);
|
| + pointer-events: auto;
|
| + @apply(--iron-overlay-backdrop-opened);
|
| + }
|
| + </style>
|
|
|
| - <template>
|
| <content></content>
|
| </template>
|
|
|
| @@ -2055,7 +2055,7 @@ paper-button {
|
| <content select=".dropdown-trigger"></content>
|
| </div>
|
|
|
| - <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizontalAlign]]" vertical-align="[[verticalAlign]]" horizontal-offset="[[horizontalOffset]]" vertical-offset="[[verticalOffset]]" open-animation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]" focus-target="[[_dropdownContent]]" on-iron-overlay-canceled="__onIronOverlayCanceled">
|
| + <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizontalAlign]]" vertical-align="[[verticalAlign]]" horizontal-offset="[[horizontalOffset]]" vertical-offset="[[verticalOffset]]" open-animation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]" focus-target="[[_dropdownContent]]" restore-focus-on-close="" on-iron-overlay-canceled="__onIronOverlayCanceled">
|
| <div class="dropdown-content">
|
| <content id="content" select=".dropdown-content"></content>
|
| </div>
|
|
|