@oslokommune/punkt-css 12.42.8 → 12.42.9
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 +19 -0
- package/dist/css/components/inputwrapper.css +2 -2
- package/dist/css/components/inputwrapper.min.css +1 -1
- package/dist/css/pkt-components.css +2 -2
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +2 -2
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +2 -2
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_inputwrapper.scss +6 -2
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -20765,9 +20765,9 @@ pkt-input-wrapper {
|
|
|
20765
20765
|
}
|
|
20766
20766
|
|
|
20767
20767
|
@supports selector(:not(:has(*))) {
|
|
20768
|
-
pkt-helptext:not(:has([slot=helptext]:not(:empty)),
|
|
20768
|
+
pkt-helptext:not(:has(.pkt-inputwrapper__has-helptext)):not(:has([slot=helptext]:not(:empty)),
|
|
20769
20769
|
:has(.pkt-inputwrapper__helptext-expandable .pkt-inputwrapper__helptext:not(:empty))),
|
|
20770
|
-
.pkt-inputwrapper__helptext-container:not(:has([slot=helptext]:not(:empty)),
|
|
20770
|
+
.pkt-inputwrapper__helptext-container:not(.pkt-inputwrapper__has-helptext):not(:has([slot=helptext]:not(:empty)),
|
|
20771
20771
|
:has(.pkt-inputwrapper__helptext-expandable .pkt-inputwrapper__helptext:not(:empty))) {
|
|
20772
20772
|
display: none;
|
|
20773
20773
|
}
|