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

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

Issue 1993613002: [MD History] Implement grouped history UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@privatize
Patch Set: Created 4 years, 7 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_list.html
diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
index 3686aa71f2a956446dcdab907ceae13effa7bf6c..9dc3a77e304b7c882c404d84b3581f969277ec57 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -31,6 +31,10 @@
paper-item:hover {
background: #eaeaea;
}
+
+ history-item {
+ --history-item-padding-side: var(--card-padding-side);
+ }
</style>
<div id="no-results" class="centered-message"
hidden$="{{hasResults(historyData_.length)}}">

Powered by Google App Engine
This is Rietveld 408576698