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

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

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: 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..347cd33a496f5da1fd48e3d0cb23bb1f1c3d103f 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(--toolbar-selected-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);
tsergeant 2016/12/06 06:45:00 This dropdown also has a link in it. Can you make
calamity 2016/12/08 06:36:34 Covered by the a selector added to shared_style.ht
overflow: hidden;
padding: 12px 20px;
}

Powered by Google App Engine
This is Rietveld 408576698