We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a5fab commit 6673db5Copy full SHA for 6673db5
core/src/components/select/select.ionic.scss
@@ -186,23 +186,14 @@
186
// Shapes
187
// ----------------------------------------------------------------
188
189
-// Soft
190
-// ---------------------------------------------
191
-
192
:host(.select-shape-soft) {
193
--border-radius: #{globals.$ion-border-radius-200};
194
}
195
196
-// Round
197
198
199
:host(.select-shape-round) {
200
--border-radius: #{globals.$ion-border-radius-400};
201
202
203
-// Rectangular
204
205
206
:host(.select-shape-rectangular) {
207
--border-radius: #{globals.$ion-border-radius-0};
208
0 commit comments