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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: fixnit Created 4 years 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 b799036160d0f85a1a66fe8cb48750d24f16d89a..a534da4d32826ca0fd733ae86615b2e5a0175fae 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -32,7 +32,7 @@
}
:host([items-selected_]) {
- background: rgb(68, 136, 255);
+ background: var(--interactive-color);
}
#toolbar-container {
@@ -90,7 +90,7 @@
@apply(--shadow-elevation-2dp);
background-color: white;
border-radius: 2px;
- color: var(--paper-grey-800);
+ color: var(--primary-text-color);
overflow: hidden;
padding: 12px 20px;
}
« no previous file with comments | « chrome/browser/resources/md_history/history_item.html ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698