aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/slider.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/slider.scss')
-rw-r--r--src/styles/slider.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/styles/slider.scss b/src/styles/slider.scss
index 36e0638c4..8bb771586 100644
--- a/src/styles/slider.scss
+++ b/src/styles/slider.scss
@@ -41,14 +41,5 @@
41 box-shadow: 0 1px 4px rgba(0, 0, 0, .3); 41 box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
42 cursor: pointer; 42 cursor: pointer;
43 } 43 }
44
45 .slider::-moz-range-thumb {
46 width: 14px;
47 height: 14px;
48 border-radius: 50%;
49 background: $theme-brand-primary;
50 box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
51 cursor: pointer;
52 }
53 } 44 }
54} 45}