We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5203f85 commit 3a40e41Copy full SHA for 3a40e41
core/src/components/textarea/textarea.ionic.scss
@@ -196,18 +196,6 @@
196
transition: opacity globals.$ion-transition-time-150 globals.$ion-transition-curve-expressive;
197
}
198
199
-// Textarea Label Placement - Stacked
200
-// ----------------------------------------------------------------
201
-
202
-/**
203
- * Removes the margin between the textarea and the label,
204
- * as ionic theme already handles the margin.
205
- */
206
-:host(.textarea-label-placement-stacked) textarea,
207
-:host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after {
208
- @include globals.margin(0);
209
-}
210
211
// Textarea Label Placement - Fixed
212
// ----------------------------------------------------------------
213
0 commit comments