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

Unified Diff: third_party/polymer/v1_0/components/paper-slider/paper-slider.css

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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: third_party/polymer/v1_0/components/paper-slider/paper-slider.css
diff --git a/third_party/polymer/v1_0/components/paper-slider/paper-slider.css b/third_party/polymer/v1_0/components/paper-slider/paper-slider.css
index 0e0f78490df94db417050b41939828f3e51df1c9..0fd8682f86b89a7c2af55dc9015cbb2269044d17 100644
--- a/third_party/polymer/v1_0/components/paper-slider/paper-slider.css
+++ b/third_party/polymer/v1_0/components/paper-slider/paper-slider.css
@@ -116,7 +116,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
.transiting #sliderBar::shadow #activeProgress {
- transition: -webkit-transform 0.08s ease;
+ -webkit-transition: -webkit-transform 0.08s ease;
transition: transform 0.08s ease;
}
@@ -249,4 +249,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
.disabled.ring > #sliderKnob > #sliderKnobInner {
background-color: transparent;
-}
+}
+
+paper-ripple {
+ color: var(--paper-slider-knob-color, --google-blue-700);
+}

Powered by Google App Engine
This is Rietveld 408576698