Skip to content

Commit c5cf023

Browse files
committed
refactor(select): remove redundant comments
1 parent 1fa69ab commit c5cf023

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/src/components/select/select.ionic.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,14 @@
185185
// Sizes
186186
// ----------------------------------------------------------------
187187

188-
// Small
189-
// ---------------------------------------------
190-
191188
:host(.select-size-small) .select-wrapper-inner {
192189
height: globals.$ion-scale-1000;
193190
}
194191

195-
// Medium
196-
// ---------------------------------------------
197-
198192
:host(.select-size-medium) .select-wrapper-inner {
199193
height: globals.$ion-scale-1200;
200194
}
201195

202-
// Large
203-
// ---------------------------------------------
204196
:host(.select-size-large) .select-wrapper-inner {
205197
height: globals.$ion-scale-1400;
206198
}

0 commit comments

Comments
 (0)