Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2182)

Unified Diff: chrome/browser/resources/md_downloads/manager.css

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « chrome/browser/resources/md_downloads/item_view.js ('k') | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698