Skip to content

Commit

Permalink
feat(range): only increase knob size when pin doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 2, 2016
1 parent 27fa22f commit 47174df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/range/range.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ion-range {

.range-pin {
position: relative;
top: -24px;
top: -20px;
display: inline-block;

padding: $range-md-pin-padding-vertical $range-md-pin-padding-horizontal;
Expand Down Expand Up @@ -189,7 +189,7 @@ ion-range {
transform: translate3d(0, 0, 0) scale(1);
}

.range-knob-pressed .range-knob {
ion-range:not(.range-has-pin) .range-knob-pressed .range-knob {
transform: scale(1);
}

Expand Down

0 comments on commit 47174df

Please sign in to comment.