Skip to content

Commit a010083

Browse files
committed
changed css to use vertical prop
1 parent 34e41b3 commit a010083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/badge/badge.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// Badge Empty (hint)
5252
// --------------------------------------------------
5353

54-
:host(:empty[position]) {
54+
:host(:empty[vertical]) {
5555
@include position(null, 0, null, null);
5656
position: absolute;
5757
}

core/src/components/badge/badge.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
--padding-end: 0;
155155
}
156156

157-
:host(:empty[position]) {
157+
:host(:empty[vertical]) {
158158
border: globals.$ion-border-size-025 globals.$ion-border-style-solid globals.$ion-bg-surface-inverse;
159159
}
160160

0 commit comments

Comments
 (0)