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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: address comments 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 c5a31c3f968f933b5e8772fdc4f6d01ce394094c..9fbcb4b961485d4ccd49427a8aa7779506f1d7cb 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -31,7 +31,7 @@
}
:host([items-selected_]) {
- background: rgb(68, 136, 255);
+ background: var(--interactive-color);
}
#toolbar-container {
@@ -87,7 +87,7 @@
@apply(--shadow-elevation-2dp);
background-color: white;
border-radius: 2px;
- color: var(--paper-grey-800);
+ color: var(--synced-devices-notice-color);
overflow: hidden;
padding: 12px 20px;
}

Powered by Google App Engine
This is Rietveld 408576698