@navikt/ds-css 7.3.1 → 7.4.0

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  :root, :host {
6
- --a-version: "7.3.1";
6
+ --a-version: "7.4.0";
7
7
  --a-spacing-1-alt: 0.375rem;
8
8
  --a-spacing-05: 0.125rem;
9
9
  --a-spacing-32: 8rem;
@@ -5364,6 +5364,11 @@ body,
5364
5364
  border-radius: calc(var(--a-border-radius-medium) - 1px);
5365
5365
  }
5366
5366
 
5367
+ .navds-combobox__list-item mark {
5368
+ background-color: transparent;
5369
+ font-weight: bold;
5370
+ }
5371
+
5367
5372
  /* Mobile */
5368
5373
 
5369
5374
  @media (max-width: 479px) {