Skip to content

Commit 11d89b2

Browse files
- lint.fix;
1 parent e746a69 commit 11d89b2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119

120120
background: transparent;
121121

122+
color: globals.$ion-text-default;
123+
122124
font-size: globals.$ion-font-size-300;
123125

124126
text-align: center;
125-
126-
color: globals.$ion-text-default;
127127
}
128128

129129
.range-knob {
@@ -145,9 +145,10 @@
145145
}
146146

147147
.range-knob {
148-
background: globals.$ion-bg-input-disabled;
149148
border-color: globals.$ion-border-input-default;
150-
}
149+
150+
background: globals.$ion-bg-input-disabled;
151+
}
151152
}
152153

153154
// Range Label Placement - Start
@@ -224,6 +225,6 @@
224225
// Range Pressed
225226
// ----------------------------------------------------------------
226227
.range-knob-handle.ion-activated .range-knob,
227-
.range-knob-handle.range-knob-pressed .range-knob{
228+
.range-knob-handle.range-knob-pressed .range-knob {
228229
background: globals.$ion-bg-input-press;
229230
}

core/src/components/range/range.native.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
@include margin(null, null, $range-item-label-margin-bottom, null);
8383
}
8484

85-
8685
.range-bar {
8786
background: var(--bar-background);
88-
}
87+
}

0 commit comments

Comments
 (0)