@navikt/ds-css 6.16.1 → 6.16.3
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 +12 -0
- package/baseline/fonts.css +12 -12
- package/config/get-version.js +1 -1
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +18 -14
- package/dist/component/index.min.css +3 -3
- package/dist/components.css +5 -0
- package/dist/components.min.css +1 -1
- package/dist/global/fonts.css +12 -12
- package/dist/global/fonts.min.css +1 -1
- package/dist/global/tokens.css +2 -2
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +18 -14
- package/dist/index.min.css +3 -3
- package/form/combobox.css +5 -0
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -3902,11 +3902,16 @@
|
|
|
3902
3902
|
border: none;
|
|
3903
3903
|
padding: 0;
|
|
3904
3904
|
margin: 0;
|
|
3905
|
+
margin-left: var(--a-spacing-1);
|
|
3905
3906
|
min-width: 10ch;
|
|
3906
3907
|
width: 100%;
|
|
3907
3908
|
height: var(--__ac-combobox-input-height);
|
|
3908
3909
|
}
|
|
3909
3910
|
|
|
3911
|
+
.navds-combobox__input--hide-caret {
|
|
3912
|
+
caret-color: transparent;
|
|
3913
|
+
}
|
|
3914
|
+
|
|
3910
3915
|
.navds-combobox__input:focus-visible {
|
|
3911
3916
|
outline: none;
|
|
3912
3917
|
border: none;
|