@oslokommune/punkt-css 12.3.4 → 12.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/dist/css/pkt.css CHANGED
@@ -192,7 +192,9 @@ input[type=date],
192
192
  input[type=time],
193
193
  input[type=datetime-local],
194
194
  input[type=month] {
195
- -webkit-appearance: textfield;
195
+ -webkit-appearance: none;
196
+ -moz-appearance: none;
197
+ appearance: none;
196
198
  }
197
199
 
198
200
  input::-webkit-datetime-edit {
@@ -13600,7 +13602,7 @@ a:active, a.pkt-link--active,
13600
13602
  .pkt-link--external::after {
13601
13603
  display: inline-block;
13602
13604
  content: " ";
13603
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.3/icons/new-window-small.svg);
13605
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/new-window-small.svg);
13604
13606
  background-image: var(--svg);
13605
13607
  background-repeat: no-repeat;
13606
13608
  background-size: 18px 18px;
@@ -17478,7 +17480,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
17478
17480
  outline-color: var(--pkt-color-input-border-hover);
17479
17481
  }
17480
17482
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17481
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.3/icons/check-medium.svg);
17483
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
17482
17484
  position: relative;
17483
17485
  background-color: var(--pkt-color-input-border-normal);
17484
17486
  }
@@ -17538,7 +17540,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
17538
17540
  cursor: not-allowed;
17539
17541
  }
17540
17542
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17541
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.3/icons/check-medium.svg);
17543
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
17542
17544
  --pkt-color-input-check-border: var(
17543
17545
  --pkt-color-input-border-normal
17544
17546
  );
@@ -17785,7 +17787,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
17785
17787
  }
17786
17788
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
17787
17789
  .pkt-select:is(select):not([multiple]) {
17788
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.3/icons/chevron-thin-down.svg);
17790
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/chevron-thin-down.svg);
17789
17791
  background-image: var(--svg);
17790
17792
  background-repeat: no-repeat;
17791
17793
  background-position: right 0.7rem top 50%;