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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.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_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 3ed5edf1384afc8b2bba5860c2464efdc59ee9f2..900423d27fb3305a5ee0ec929267bb20212bc1e8 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -135,7 +135,7 @@
transition: opacity 150ms;
}
- :host([grouped-range=0]) #grouped-nav-container {
+ :host([grouped-range="0"]) #grouped-nav-container {
opacity: 0;
pointer-events: none;
}

Powered by Google App Engine
This is Rietveld 408576698