Skip to content

Commit e746a69

Browse files
- improve range bar active state;
1 parent f5f7667 commit e746a69

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

core/src/components/range/range.ionic.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@
7575
@include margin(null, null, calc(globals.$ion-space-200 + globals.$ion-font-size-300), null);
7676
}
7777

78-
.range-bar-active {
78+
.range-bar {
79+
background: globals.$ion-bg-neutral-subtle-default;
80+
}
81+
82+
.range-bar.range-bar-active {
7983
bottom: 0;
8084

8185
width: auto;
@@ -217,11 +221,6 @@
217221
@include globals.focused-state();
218222
}
219223

220-
.range-bar {
221-
background: globals.$ion-bg-neutral-subtle-default;
222-
}
223-
224-
225224
// Range Pressed
226225
// ----------------------------------------------------------------
227226
.range-knob-handle.ion-activated .range-knob,

0 commit comments

Comments
 (0)