@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.
package/form/combobox.css CHANGED
@@ -372,6 +372,11 @@
372
372
  border-radius: calc(var(--a-border-radius-medium) - 1px);
373
373
  }
374
374
 
375
+ .navds-combobox__list-item mark {
376
+ background-color: transparent;
377
+ font-weight: bold;
378
+ }
379
+
375
380
  /* Mobile */
376
381
 
377
382
  @media (max-width: 479px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "7.3.1",
3
+ "version": "7.4.0",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^7.3.1",
30
+ "@navikt/ds-tokens": "^7.4.0",
31
31
  "autoprefixer": "^10.4.20",
32
32
  "cssnano": "6.0.0",
33
33
  "fast-glob": "3.2.11",