@oslokommune/punkt-css 15.1.0 → 15.2.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.
@@ -1138,7 +1138,7 @@ pkt-datepicker-multiple {
1138
1138
  .pkt-datepicker__inputs > .pkt-input__container:focus-within {
1139
1139
  border-color: var(--pkt-color-input-border-active);
1140
1140
  }
1141
- .pkt-datepicker__inputs > .pkt-input__container:has(input:disabled), .pkt-datepicker__inputs > .pkt-input__container:has(input[readonly]) {
1141
+ .pkt-datepicker__inputs > .pkt-input__container:has(input:disabled), .pkt-datepicker__inputs > .pkt-input__container:has(input[readonly]:not(.ios-readonly-hack)) {
1142
1142
  border-color: var(--pkt-color-input-border-disabled);
1143
1143
  }
1144
1144
  .pkt-datepicker__inputs > .pkt-input__container:has(.pkt-input--counter-error) {
@@ -5397,7 +5397,7 @@ pkt-select {
5397
5397
  padding-right: 3rem;
5398
5398
  }
5399
5399
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5400
- --svg: url(https://punkt-cdn.oslo.kommune.no/15.1/icons/chevron-thin-down.svg);
5400
+ --svg: url(https://punkt-cdn.oslo.kommune.no/15.2/icons/chevron-thin-down.svg);
5401
5401
  background-image: var(--svg);
5402
5402
  background-repeat: no-repeat;
5403
5403
  background-position: right 0.7rem top 50%;