@oslokommune/punkt-css 12.42.12 → 12.42.13

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.
@@ -307,19 +307,14 @@ pkt-tag > .pkt-tag {
307
307
  &.pkt-tag--blue-dark {
308
308
  background: var(--pkt-color-brand-dark-blue-1000);
309
309
  color: var(--pkt-color-brand-neutrals-200);
310
+ --fg-color: var(--pkt-color-brand-neutrals-200);
310
311
 
311
312
  &.pkt-btn:hover,
312
313
  &.pkt-btn:focus,
313
314
  &.pkt-tag--hover {
314
- background-color: var(--pkt-color-brand-warm-blue-1000);
315
- color: var(--pkt-color-brand-neutrals-200);
316
- svg {
317
- --fg-color: var(--pkt-color-brand-neutrals-200);
318
- }
319
- }
320
-
321
- svg {
322
- --fg-color: var(--pkt-color-brand-neutrals-200);
315
+ background-color: var(--pkt-color-brand-warm-blue-1000) !important;
316
+ color: var(--pkt-color-brand-neutrals-200) !important;
317
+ --fg-color: var(--pkt-color-brand-neutrals-200) !important;
323
318
  }
324
319
  }
325
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.42.12",
3
+ "version": "12.42.13",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "e265af504ef67134a0e86fbbcda012a78b1c6ab3"
58
+ "gitHead": "81079783b4ede62d8be446f042cbe3d61a3b5061"
59
59
  }