@db-ux/core-components 2.0.3 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/accordion-item/accordion-item.css +2 -4
- package/build/components/checkbox/checkbox.css +2 -4
- package/build/components/custom-select/custom-select.css +3 -5
- package/build/components/infotext/infotext.css +1 -3
- package/build/components/input/input.css +6 -8
- package/build/components/link/link.css +3 -5
- package/build/components/navigation-item/navigation-item.css +4 -5
- package/build/components/navigation-item/navigation-item.scss +4 -5
- package/build/components/notification/notification.css +1 -3
- package/build/components/radio/radio.css +1 -1
- package/build/components/select/select.css +3 -5
- package/build/components/switch/switch.css +5 -7
- package/build/components/switch/switch.scss +4 -4
- package/build/components/tag/tag.css +3 -5
- package/build/components/textarea/textarea.css +1 -1
- package/build/styles/absolute.css +5 -5
- package/build/styles/index.css +2 -2
- package/build/styles/internal/_form-components.scss +2 -2
- package/build/styles/relative.css +5 -5
- package/build/styles/rollup.css +5 -5
- package/build/styles/webpack.css +5 -5
- package/package.json +8 -8
|
@@ -282,11 +282,11 @@ $input-valid-types:
|
|
|
282
282
|
&:is(label),
|
|
283
283
|
> label {
|
|
284
284
|
&::after {
|
|
285
|
-
@include icons.icon-content("*");
|
|
286
|
-
|
|
287
285
|
// We're using 1px instead of a token here on purpose, as this is an edge case
|
|
288
286
|
/* stylelint-disable-next-line db-ux/use-spacings */
|
|
289
287
|
padding-inline-start: 1px;
|
|
288
|
+
|
|
289
|
+
@include icons.icon-content("*");
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
}
|