Skip to content

Commit 3a40e41

Browse files
committed
Removing override in ionic theme
1 parent 5203f85 commit 3a40e41

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

core/src/components/textarea/textarea.ionic.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,6 @@
196196
transition: opacity globals.$ion-transition-time-150 globals.$ion-transition-curve-expressive;
197197
}
198198

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-
211199
// Textarea Label Placement - Fixed
212200
// ----------------------------------------------------------------
213201

0 commit comments

Comments
 (0)