Index: third_party/WebKit/Source/devtools/front_end/ui/slider.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/slider.css b/third_party/WebKit/Source/devtools/front_end/ui/slider.css |
index b6d4d3a584a614947f5392914b5f042684d5a99d..6210c944e6af5d4ddcca2b345e20d20344226c0d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/slider.css |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/slider.css |
@@ -14,7 +14,7 @@ |
background: none; |
} |
-.dt-range-input::-webkit-slider-thumb { |
+.dt-range-input::-webkit-slider-thumb, -theme-preserve { |
-webkit-appearance: none; |
margin: 0; |
padding: 0; |
@@ -35,7 +35,7 @@ |
background-color: rgba(0, 0, 0, 0.26); |
} |
-.dt-range-input:focus::-webkit-slider-thumb { |
+.dt-range-input:focus::-webkit-slider-thumb, -theme-preserve { |
box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.4); |
} |