| Index: chrome/browser/resources/md_downloads/manager.html
|
| diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
|
| index 34aa9e984c6982e8dce65bb373adf20a22899de6..736d9d1d26ddaa597407cc6feafea0013c3b138f 100644
|
| --- a/chrome/browser/resources/md_downloads/manager.html
|
| +++ b/chrome/browser/resources/md_downloads/manager.html
|
| @@ -1,3 +1,4 @@
|
| +<link rel="import" href="chrome://resources/cr_elements/hidden_style_css.html">
|
| <link rel="import" href="chrome://resources/html/cr.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui/command.html">
|
| @@ -13,7 +14,7 @@
|
|
|
| <dom-module id="downloads-manager">
|
| <template>
|
| - <style>
|
| + <style include="cr-hidden-style">
|
| :host {
|
| display: flex;
|
| flex: 1 0;
|
| @@ -22,10 +23,6 @@
|
| z-index: 0;
|
| }
|
|
|
| - [hidden] {
|
| - display: none !important;
|
| - }
|
| -
|
| @media screen and (max-width: 1024px) {
|
| :host {
|
| flex-basis: calc(
|
|
|