@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/CHANGELOG.md +18 -0
- package/dist/css/components/datepicker.css +2 -0
- package/dist/css/components/datepicker.min.css +1 -1
- package/dist/css/pkt-components.css +2 -0
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +2 -0
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +2 -0
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_datepicker.scss +2 -1
- package/package.json +2 -2
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;
|