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

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

Issue 2587913007: MD Settings: cr-slider: Make display consistent and clean up. (Closed)
Patch Set: Update tests Created 4 years 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 78fbc14dcd1f0d2acd7b2d8341be70cd811f4986..8b4b3825d6db6c3653c0bcacd616e95f4d541224 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -339,13 +339,6 @@
var(--checkbox-spacing));
}
- /* Keep the slider color consistent throughout the range. */
- 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);
- }
-
.favicon-image {
background-repeat: no-repeat;
background-size: contain;
« no previous file with comments | « chrome/browser/resources/settings/device_page/pointers.html ('k') | chrome/test/data/webui/cr_elements/cr_slider_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698