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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 2802583003: MD Settings: remove an import and some variables from early loading shim (Closed)
Patch Set: attr->class Created 3 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/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 3fdde79684cc6a1044de70ecbc861d2016efe583..9f8c2d72eaeb7db467b5e4945b00b0df1ab17f12 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -3,6 +3,7 @@
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<link rel="import" href="../direction_delegate.html">
<link rel="import" href="../global_scroll_target_behavior.html">
<link rel="import" href="../i18n_setup.html">
@@ -24,7 +25,6 @@
:host {
@apply(--layout-fit);
-webkit-user-select: none;
- background-color: var(--settings-background-color);
color: var(--paper-grey-900);
display: flex;
flex-direction: column;
@@ -50,7 +50,7 @@
@apply(--layout-center);
--cr-toolbar-field-width: var(--settings-card-max-width);
--iron-icon-fill-color: white;
- background-color: var(--settings-title-bar-background-color);
+ background-color: var(--google-blue-700);
color: white;
min-height: 56px;
z-index: 2;
« no previous file with comments | « chrome/browser/resources/settings/settings.html ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698