We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d5488 commit f2a9f2dCopy full SHA for f2a9f2d
src/components/range/range.ios.scss
@@ -12,7 +12,7 @@ $range-ios-slider-height: 42px !default;
12
$range-ios-hit-width: 42px !default;
13
$range-ios-hit-height: $range-ios-slider-height !default;
14
15
-$range-ios-bar-height: 2px !default;
+$range-ios-bar-height: 1px !default;
16
$range-ios-bar-background-color: #bdbdbd !default;
17
$range-ios-bar-active-background-color: color($colors-ios, primary) !default;
18
src/components/range/range.wp.scss
@@ -163,6 +163,10 @@ ion-range {
163
transform: translate3d(0, 0, 0) scale(1);
164
}
165
166
+.range-disabled {
167
+ opacity: .5;
168
+}
169
+
170
// Generate Windows Range Colors
171
// --------------------------------------------------
172
0 commit comments