@oslokommune/punkt-css 16.11.0 → 16.11.1

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.
@@ -14419,7 +14419,7 @@ a:active, a.pkt-link--active,
14419
14419
  vertical-align: middle;
14420
14420
  align-self: center;
14421
14421
  }
14422
- .pkt-link--external:hover::after, .pkt-link:hover pkt-icon {
14422
+ .pkt-link--external:hover::after, .pkt-link:hover:not(.pkt-btn) pkt-icon {
14423
14423
  filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
14424
14424
  }
14425
14425
 
@@ -18139,8 +18139,10 @@ pkt-button[isLoading] {
18139
18139
  display: flex;
18140
18140
  }
18141
18141
  .pkt-btn__icon {
18142
- --fg-color: currentColor;
18143
18142
  display: none;
18143
+ }
18144
+ .pkt-btn__icon, .pkt-btn .pkt-icon {
18145
+ --fg-color: currentColor;
18144
18146
  flex-shrink: 0;
18145
18147
  }
18146
18148
  .pkt-btn:link, .pkt-btn:visited {
@@ -24595,7 +24597,7 @@ pkt-tab-item {
24595
24597
  align-self: center;
24596
24598
  pointer-events: none;
24597
24599
  user-select: none;
24598
- margin: 0 0.375rem;
24600
+ margin: 0 0.375rem 0.25rem;
24599
24601
  }
24600
24602
  .pkt-tabs--with-separator .pkt-tabs__separator img {
24601
24603
  width: 1rem;