| Index: chrome/browser/resources/md_downloads/manager.css
|
| diff --git a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css b/chrome/browser/resources/md_downloads/manager.css
|
| similarity index 62%
|
| copy from ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
|
| copy to chrome/browser/resources/md_downloads/manager.css
|
| index f867d0444ad82b2044dce1c15830c7e4cda4c348..5653f91836bf4caef14c0645c04d9216f47731c8 100644
|
| --- a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
|
| +++ b/chrome/browser/resources/md_downloads/manager.css
|
| @@ -3,9 +3,10 @@
|
| * found in the LICENSE file. */
|
|
|
| :host {
|
| - display: inline-flex;
|
| + @apply(--downloads-shared-style);
|
| }
|
|
|
| -:host([disabled]) {
|
| - opacity: .33;
|
| +#downloads-list {
|
| + margin: 0 auto;
|
| + width: var(--downloads-item-width);
|
| }
|
|
|