Skip to content

Commit 6673db5

Browse files
committed
refactor(select): remove redundant comments
1 parent 32a5fab commit 6673db5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -186,23 +186,14 @@
186186
// Shapes
187187
// ----------------------------------------------------------------
188188

189-
// Soft
190-
// ---------------------------------------------
191-
192189
:host(.select-shape-soft) {
193190
--border-radius: #{globals.$ion-border-radius-200};
194191
}
195192

196-
// Round
197-
// ---------------------------------------------
198-
199193
:host(.select-shape-round) {
200194
--border-radius: #{globals.$ion-border-radius-400};
201195
}
202196

203-
// Rectangular
204-
// ---------------------------------------------
205-
206197
:host(.select-shape-rectangular) {
207198
--border-radius: #{globals.$ion-border-radius-0};
208199
}

0 commit comments

Comments
 (0)