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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 years, 10 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_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index cbbd233ae4b9273ccacc12bc799c8ca9062e121b..f45440c23075930d31d51fc6d47f5ae51271af59 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -29,7 +29,7 @@
padding: 0;
}
- :host(:not([embedded])) #main-container {
+ #main-container {
position: relative;
}
@@ -183,10 +183,6 @@
top: 0;
}
- :host([embedded]) #background {
- display: none;
- }
-
:host(:not([is-card-start])) #background {
top: -5px; /* Draw the box shadow up the full edge of the background. */
}
« no previous file with comments | « chrome/browser/resources/md_history/history.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698