mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
feat(range): only increase knob size when pin doesn't exist
This commit is contained in:
@ -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;
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user