Skip to content

Commit d3a228b

Browse files
committed
chore: build and move code around
1 parent 7308cc3 commit d3a228b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

core/api.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,6 @@ ion-input,css-prop,--border-width,md
953953
ion-input,css-prop,--color,ionic
954954
ion-input,css-prop,--color,ios
955955
ion-input,css-prop,--color,md
956-
ion-input,css-prop,--highlight-color-focused,ionic
957956
ion-input,css-prop,--highlight-color-focused,ios
958957
ion-input,css-prop,--highlight-color-focused,md
959958
ion-input,css-prop,--highlight-color-invalid,ionic
@@ -962,7 +961,6 @@ ion-input,css-prop,--highlight-color-invalid,md
962961
ion-input,css-prop,--highlight-color-valid,ionic
963962
ion-input,css-prop,--highlight-color-valid,ios
964963
ion-input,css-prop,--highlight-color-valid,md
965-
ion-input,css-prop,--highlight-height,ionic
966964
ion-input,css-prop,--highlight-height,ios
967965
ion-input,css-prop,--highlight-height,md
968966
ion-input,css-prop,--padding-bottom,ionic

core/src/components/input/input.common.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -466,14 +466,6 @@
466466
z-index: 2;
467467
}
468468

469-
/**
470-
* This makes the label sit over the input
471-
* when the input is blurred and has no value.
472-
*/
473-
:host(.input-label-placement-floating) .label-text-wrapper {
474-
@include transform(translateY(100%), scale(1));
475-
}
476-
477469
/**
478470
* Ensures the input does not
479471
* overlap the label.
@@ -483,6 +475,14 @@
483475
@include margin(1px, 0, 0, 0);
484476
}
485477

478+
/**
479+
* This makes the label sit over the input
480+
* when the input is blurred and has no value.
481+
*/
482+
:host(.input-label-placement-floating) .label-text-wrapper {
483+
@include transform(translateY(100%), scale(1));
484+
}
485+
486486
/**
487487
* The input should be hidden when the label
488488
* is on top of the input. This prevents the label

0 commit comments

Comments
 (0)