Chromium Code Reviews| 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; |
| } |