We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a010083 commit c3e330cCopy full SHA for c3e330c
core/src/components/badge/badge.common.scss
@@ -56,10 +56,10 @@
56
position: absolute;
57
}
58
59
-:host(:empty.badge-top) {
+:host(:empty.badge-vertical-top) {
60
top: 0;
61
62
63
-:host(:empty.badge-bottom) {
+:host(:empty.badge-vertical-bottom) {
64
bottom: 0;
65
core/src/components/badge/badge.tsx
@@ -95,7 +95,7 @@ export class Badge implements ComponentInterface {
95
[theme]: true,
96
[`badge-${shape}`]: shape !== undefined,
97
[`badge-${size}`]: size !== undefined,
98
- [`badge-${this.vertical}`]: this.vertical !== undefined,
+ [`badge-vertical-${this.vertical}`]: this.vertical !== undefined,
99
})}
100
>
101
<slot></slot>
0 commit comments