Chromium Code Reviews| Index: chrome/browser/resources/md_history/history_item.html |
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html |
| index 87bc8b16a5b8da1b3dfd793cbdea24a6181aeca3..85f3b4224202359c41f3cf2ebb6005aababec5da 100644 |
| --- a/chrome/browser/resources/md_history/history_item.html |
| +++ b/chrome/browser/resources/md_history/history_item.html |
| @@ -16,7 +16,7 @@ |
| <template> |
| <style include="shared-style"> |
| :host { |
| - --checked-color: rgb(68, 136, 255); |
| + --checked-color: var(--interactive-color); |
|
tsergeant
2016/12/08 22:43:25
Is it worth just using --interactive-color directl
calamity
2016/12/12 04:42:07
Done.
|
| display: block; |
| outline: none; |
| pointer-events: none; |
| @@ -121,7 +121,7 @@ |
| } |
| #time-accessed { |
| - color: #646464; |
| + color: var(--history-item-time-color); |
| min-width: 96px; |
| } |