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

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

Issue 1967913002: Material WebUI: cr-slider element for intelligent range mapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeyboardFinish
Patch Set: 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
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 885dc3715b2fa175c7ea278697bd3e919a37399d..09c205534380bbf7d6d557b9b5c2f267ee8f1cc9 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -1,3 +1,5 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
+
<!-- Common styles for Material Design settings. -->
<dom-module id="settings-shared">
<template>
@@ -282,7 +284,7 @@
}
/* Keep the slider color consistent throughout the range. */
- paper-slider.always-on {
+ cr-slider.always-on {
--paper-slider-knob-start-border-color: var(--google-blue-700);
--paper-slider-knob-start-color: var(--google-blue-700);
--paper-slider-pin-start-color: var(--google-blue-700);

Powered by Google App Engine
This is Rietveld 408576698