@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.
@@ -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;