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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2310423002: [MD History] Move background-clip div behind items. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 2e52b2471c81cb51762287ca1abdb1196e77394a..d6ae3e44935c533489cd0eb5db5dddc799eee23b 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3917,6 +3917,7 @@ paper-checkbox {
position: absolute;
right: 0;
top: 0;
+ z-index: -1;
}
:host([is-card-end]) #background-clip {
@@ -3932,7 +3933,6 @@ paper-checkbox {
position: absolute;
right: 0;
top: 0;
- z-index: -1;
}
:host([embedded]) #background {
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698