Skip to content

Commit

Permalink
fix(range): bar height for ios should be 1px, add disabled for wp
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 8, 2016
1 parent 11d5488 commit f2a9f2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/range/range.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $range-ios-slider-height: 42px !default;
$range-ios-hit-width: 42px !default;
$range-ios-hit-height: $range-ios-slider-height !default;

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

Expand Down
4 changes: 4 additions & 0 deletions src/components/range/range.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ ion-range {
transform: translate3d(0, 0, 0) scale(1);
}

.range-disabled {
opacity: .5;
}

// Generate Windows Range Colors
// --------------------------------------------------

Expand Down

0 comments on commit f2a9f2d

Please sign in to comment.