@oslokommune/punkt-css 11.12.8 → 11.13.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/dist/css/pkt.css CHANGED
@@ -13565,7 +13565,7 @@ a:active, a.pkt-link--active,
13565
13565
  }
13566
13566
  .pkt-link--external::after {
13567
13567
  content: " ";
13568
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.12/icons/new-window-small.svg);
13568
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.13/icons/new-window-small.svg);
13569
13569
  background-image: var(--svg);
13570
13570
  background-repeat: no-repeat;
13571
13571
  background-size: 18px 18px;
@@ -17431,7 +17431,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
17431
17431
  outline-color: var(--pkt-color-input-border-hover);
17432
17432
  }
17433
17433
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17434
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.12/icons/check-medium.svg);
17434
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.13/icons/check-medium.svg);
17435
17435
  position: relative;
17436
17436
  background-color: var(--pkt-color-input-border-normal);
17437
17437
  }
@@ -17491,7 +17491,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
17491
17491
  cursor: not-allowed;
17492
17492
  }
17493
17493
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17494
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.12/icons/check-medium.svg);
17494
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.13/icons/check-medium.svg);
17495
17495
  --pkt-color-input-check-border: var(
17496
17496
  --pkt-color-input-border-normal
17497
17497
  );
@@ -17734,7 +17734,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
17734
17734
  }
17735
17735
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
17736
17736
  .pkt-select:is(select):not([multiple]) {
17737
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.12/icons/chevron-thin-down.svg);
17737
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.13/icons/chevron-thin-down.svg);
17738
17738
  background-image: var(--svg);
17739
17739
  background-repeat: no-repeat;
17740
17740
  background-position: right 0.7rem top 50%;
@@ -18254,10 +18254,12 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18254
18254
  .pkt-table__header-cell,
18255
18255
  .pkt-table th {
18256
18256
  padding: 1rem;
18257
+ border-bottom: none;
18257
18258
  }
18258
18259
  .pkt-table__data-cell,
18259
18260
  .pkt-table td {
18260
18261
  padding: 1rem;
18262
+ border-bottom: none;
18261
18263
  }
18262
18264
 
18263
18265
  .pkt-table__cell-wrapper {
@@ -18283,16 +18285,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18283
18285
  border-bottom: 2px solid var(--pkt-color-surface-strong-gray);
18284
18286
  }
18285
18287
 
18286
- /**
18287
- * Skin: zebra-grey
18288
- */
18289
- .pkt-table.pkt-table--zebra-grey .pkt-table__body .pkt-table__row:nth-child(odd),
18290
- .pkt-table.pkt-table--zebra-grey .pkt-table__body tr:nth-child(odd),
18291
- .pkt-table.pkt-table--zebra-grey tbody .pkt-table__row:nth-child(odd),
18292
- .pkt-table.pkt-table--zebra-grey tbody tr:nth-child(odd) {
18293
- background: var(--pkt-color-surface-default-gray);
18294
- }
18295
-
18296
18288
  /**
18297
18289
  * Skin: zebra blue
18298
18290
  */
@@ -18339,10 +18331,6 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18339
18331
  padding: 0.5rem 0.5rem;
18340
18332
  gap: 0.5rem;
18341
18333
  }
18342
- .pkt-table.pkt-table--responsive .pkt-table__zebra-grey .pkt-table__row:nth-child(odd),
18343
- .pkt-table.pkt-table--responsive .pkt-table__zebra-grey tr:nth-child(odd) {
18344
- background: var(--pkt-color-surface-subtle-pale-gray);
18345
- }
18346
18334
  .pkt-table.pkt-table--responsive .pkt-table__zebra-blue .pkt-table__row:nth-child(odd),
18347
18335
  .pkt-table.pkt-table--responsive .pkt-table__zebra-blue tr:nth-child(odd) {
18348
18336
  background: var(--pkt-color-surface-subtle-pale-blue);