File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3232 #{globals .current-color (base , 0.3 )} 30% ,
3333 transparent 30%
3434 );
35- }
35+ }
Original file line number Diff line number Diff line change 2323 --highlight-color-focused : #{globals .current-color (base )} ;
2424}
2525
26-
2726// Ionic Textarea Sizes
2827// --------------------------------------------------
2928
107106.label-text-wrapper {
108107 @include globals .typography (globals .$ion-body-sm-medium );
109108
110- color : globals .$ion-primitives-neutral-1000 ;
111-
112109 max-width : globals .$ion-scale-5000 ;
113110
114- transition : color globals .$ion-transition-time-150 globals .$ion-transition-curve-expressive , transform globals .$ion-transition-time-150 globals .$ion-transition-curve-expressive
111+ transition : color globals .$ion-transition-time-150 globals .$ion-transition-curve-expressive ,
112+ transform globals .$ion-transition-time-150 globals .$ion-transition-curve-expressive ;
113+
114+ color : globals .$ion-primitives-neutral-1000 ;
115115}
116116
117117:host (.label-floating ) .label-text-wrapper {
@@ -263,12 +263,12 @@ ion-icon {
263263 * Label is on the left of the textarea in LTR and
264264 * on the right in RTL. Label also has a fixed width.
265265 */
266- :host (.textarea-label-placement-fixed ) .label-text {
266+ :host (.textarea-label-placement-fixed ) .label-text {
267267 $text-wrapper-width : calc (globals .$ion-scale-2400 + globals .$ion-space-100 );
268268
269269 flex : 0 0 $text-wrapper-width ;
270270
271271 width : $text-wrapper-width ;
272272 min-width : $text-wrapper-width ;
273273 max-width : globals .$ion-scale-5000 ;
274- }
274+ }
Original file line number Diff line number Diff line change 196196 * Label is on the left of the textarea in LTR and
197197 * on the right in RTL. Label also has a fixed width.
198198 */
199- :host (.textarea-label-placement-fixed ) .label-text {
199+ :host (.textarea-label-placement-fixed ) .label-text {
200200 flex : 0 0 100px ;
201201
202202 width : 100px ;
203203 min-width : 100px ;
204204 max-width : 200px ;
205- }
205+ }
You can’t perform that action at this time.
0 commit comments