@navikt/ds-css 5.17.1 → 5.17.2
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/CHANGELOG.md +6 -0
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +5 -1
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +4 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +5 -1
- package/dist/index.min.css +1 -1
- package/form/radio-checkbox.css +4 -0
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -2735,6 +2735,10 @@
|
|
|
2735
2735
|
height: 1.5rem;
|
|
2736
2736
|
transform: translate(var(--a-spacing-1-alt));
|
|
2737
2737
|
pointer-events: none;
|
|
2738
|
+
|
|
2739
|
+
/* Fixed edcase where when using in shadow-dom, svg will not center */
|
|
2740
|
+
display: flex;
|
|
2741
|
+
align-items: center;
|
|
2738
2742
|
}
|
|
2739
2743
|
|
|
2740
2744
|
.navds-checkbox--small .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
|