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

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

Issue 2011943005: MD History/Downloads: Update toolbar and background color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Downloads toolbar buttons Created 4 years, 7 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
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | ui/webui/resources/css/md_colors.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index cae55261ca1f1a7d8ce32e0c5b01dc029a5ec478..d56a8931b05703c5518bd715eccb7293506cf3cb 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -7,11 +7,16 @@
<link rel="import" href="chrome://history/synced_device_manager.html">
<link rel="import" href="chrome://history/side_bar.html">
<link rel="import" href="chrome://history/shared_style.html">
+<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<dom-module id="history-app">
<!-- TODO(calamity): work around this deprecated import style -->
- <link rel="import" type="css" href="chrome://resources/css/md_colors.css">
<template>
+ <style no-process>
+ history-toolbar {
+ background: var(--md-toolbar-color);
+ }
+ </style>
<style include="shared-style">
:host {
display: flex;
@@ -36,10 +41,6 @@
flex: 1 0 0;
overflow: hidden;
}
-
- history-toolbar {
- background: var(--md-toolbar-color);
- }
</style>
<history-toolbar id="toolbar" searching="[[queryState_.querying]]"
is-grouped-mode="{{grouped_}}"
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | ui/webui/resources/css/md_colors.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698