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

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

Issue 1462153007: MD Downloads: fix up some Polymer 1.2.3 issues and re-vulcanize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update-polymer
Patch Set: new patchset Created 5 years, 1 month 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/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css
index c7f50d1861f556f3e6b1e8d9a45d724208e0c8b3..5d0891012991d810ae2fe8a4745c885a236d0b17 100644
--- a/chrome/browser/resources/md_downloads/manager.css
+++ b/chrome/browser/resources/md_downloads/manager.css
@@ -7,6 +7,7 @@
flex: 1 0;
flex-direction: column;
height: 100%;
+ overflow-y: overlay;
}
@media screen and (max-width: 1024px) {
@@ -15,23 +16,13 @@
}
}
-#panel {
- --paper-header-panel-shadow: {
- display: none;
- };
- --paper-header-panel-standard-container: {
- display: flex;
- overflow-y: overlay;
- };
-}
-
#no-downloads,
#downloads-list {
flex: 1;
}
-.loading #no-downloads,
-.loading #downloads-list {
+:host([loading]) #no-downloads,
+:host([loading]) #downloads-list {
display: none;
}
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698