@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.
package/dist/css/pkt.css CHANGED
@@ -22508,16 +22508,12 @@ pkt-tag > .pkt-tag {
22508
22508
  .pkt-tag.pkt-tag--blue-dark {
22509
22509
  background: var(--pkt-color-brand-dark-blue-1000);
22510
22510
  color: var(--pkt-color-brand-neutrals-200);
22511
- }
22512
- .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover, .pkt-tag.pkt-tag--blue-dark.pkt-btn:focus, .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover {
22513
- background-color: var(--pkt-color-brand-warm-blue-1000);
22514
- color: var(--pkt-color-brand-neutrals-200);
22515
- }
22516
- .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover svg, .pkt-tag.pkt-tag--blue-dark.pkt-btn:focus svg, .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover svg {
22517
22511
  --fg-color: var(--pkt-color-brand-neutrals-200);
22518
22512
  }
22519
- .pkt-tag.pkt-tag--blue-dark svg {
22520
- --fg-color: var(--pkt-color-brand-neutrals-200);
22513
+ .pkt-tag.pkt-tag--blue-dark.pkt-btn:hover, .pkt-tag.pkt-tag--blue-dark.pkt-btn:focus, .pkt-tag.pkt-tag--blue-dark.pkt-tag--hover {
22514
+ background-color: var(--pkt-color-brand-warm-blue-1000) !important;
22515
+ color: var(--pkt-color-brand-neutrals-200) !important;
22516
+ --fg-color: var(--pkt-color-brand-neutrals-200) !important;
22521
22517
  }
22522
22518
  .pkt-tag.pkt-tag--small {
22523
22519
  padding: 0 0.25rem;