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

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

Issue 1899043003: MD Downloads/History: unify page and toolbar background colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months 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 08ce5176e2704f1cfd6ad4bb261fb121138a0b37..1e99bbf09fa02376f69e42d59f52aae3f22056f8 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -7,9 +7,9 @@
<dom-module id="history-toolbar">
<template>
- <style include="shared-style">
+ <style include="md-shared-styles shared-style">
:host {
- background: rgb(63, 85, 102);
+ background: var(--md-toolbar-color);
color: #fff;
height: 56px;
transition: background-color 150ms;

Powered by Google App Engine
This is Rietveld 408576698