fix(range): fix styling on range, add demo

references #5422
This commit is contained in:
Brandy Carney
2016-05-31 14:37:43 -04:00
parent f239b72be4
commit d24b080cb7
6 changed files with 85 additions and 6 deletions

View File

@ -48,7 +48,6 @@ ion-range {
position: relative;
display: block;
margin-top: -8px;
padding: $range-ios-padding;
}
@ -173,7 +172,8 @@ ion-range {
@each $color-name, $color-base, $color-contrast in get-colors($colors-ios) {
ion-range[#{$color-name}] {
.range-bar-active {
.range-bar-active,
.range-tick-active {
background: $color-base;
}
}