@oslokommune/punkt-css 15.0.1 → 15.0.3

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
@@ -20552,6 +20552,7 @@ pkt-datepicker-multiple {
20552
20552
  .pkt-datepicker__inputs > .pkt-input__container .pkt-input-icon,
20553
20553
  .pkt-datepicker__inputs > .pkt-input__container .pkt-input-separator {
20554
20554
  border: 0;
20555
+ min-height: 2.75rem;
20555
20556
  }
20556
20557
  .pkt-datepicker__inputs > .pkt-input__container:hover {
20557
20558
  border-color: var(--pkt-color-input-border-active);
@@ -20582,6 +20583,7 @@ pkt-datepicker-multiple {
20582
20583
  .pkt-datepicker__inputs button.pkt-input-icon {
20583
20584
  padding-left: 0.75rem;
20584
20585
  padding-right: 0.75rem;
20586
+ height: 100%;
20585
20587
  }
20586
20588
  .pkt-datepicker__inputs button.pkt-input-icon:hover {
20587
20589
  background-color: inherit !important;