Skip to content

Commit 17f3046

Browse files
committed
removed rule for empty only
1 parent ba5987b commit 17f3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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[vertical]) {
54+
:host([vertical]) {
5555
@include position(null, 0, null, null);
5656
position: absolute;
5757
}

0 commit comments

Comments
 (0)