Skip to content

Commit fb4cba7

Browse files
committed
na dann halt doch so
1 parent 1b1a3ca commit fb4cba7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/components/src/components/@shared/_form-field.mixin.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
}
2323
}
2424

25-
&--required .kol-span__label::after {
26-
content: '*' / '';
25+
&--required {
26+
#{$root}__label-text:not(:has(> [name]))::after,
27+
.kol-tooltip__content .kol-span__label::after {
28+
content: '*' / '';
29+
}
2730
}
2831

2932
&__hint {

0 commit comments

Comments
 (0)