Skip to content

Commit f2a9f2d

Browse files
committed
fix(range): bar height for ios should be 1px, add disabled for wp
1 parent 11d5488 commit f2a9f2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/range/range.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $range-ios-slider-height: 42px !default;
1212
$range-ios-hit-width: 42px !default;
1313
$range-ios-hit-height: $range-ios-slider-height !default;
1414

15-
$range-ios-bar-height: 2px !default;
15+
$range-ios-bar-height: 1px !default;
1616
$range-ios-bar-background-color: #bdbdbd !default;
1717
$range-ios-bar-active-background-color: color($colors-ios, primary) !default;
1818

src/components/range/range.wp.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ ion-range {
163163
transform: translate3d(0, 0, 0) scale(1);
164164
}
165165

166+
.range-disabled {
167+
opacity: .5;
168+
}
169+
166170
// Generate Windows Range Colors
167171
// --------------------------------------------------
168172

0 commit comments

Comments
 (0)