mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(range): bar height for ios should be 1px, add disabled for wp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -163,6 +163,10 @@ ion-range {
|
||||
transform: translate3d(0, 0, 0) scale(1);
|
||||
}
|
||||
|
||||
.range-disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
// Generate Windows Range Colors
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user