@oslokommune/punkt-css 12.5.2 → 12.6.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/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +1 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +4 -4
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -14218,7 +14218,7 @@ a:active, a.pkt-link--active,
|
|
|
14218
14218
|
.pkt-link--external::after {
|
|
14219
14219
|
display: inline-block;
|
|
14220
14220
|
content: " ";
|
|
14221
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
14221
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/new-window-small.svg);
|
|
14222
14222
|
background-image: var(--svg);
|
|
14223
14223
|
background-repeat: no-repeat;
|
|
14224
14224
|
background-size: 18px 18px;
|
|
@@ -18096,7 +18096,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18096
18096
|
outline-color: var(--pkt-color-input-border-hover);
|
|
18097
18097
|
}
|
|
18098
18098
|
.pkt-input-check__input-checkbox:checked[type=checkbox] {
|
|
18099
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18099
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/check-medium.svg);
|
|
18100
18100
|
position: relative;
|
|
18101
18101
|
background-color: var(--pkt-color-input-border-normal);
|
|
18102
18102
|
}
|
|
@@ -18156,7 +18156,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18156
18156
|
cursor: not-allowed;
|
|
18157
18157
|
}
|
|
18158
18158
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
18159
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18159
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/check-medium.svg);
|
|
18160
18160
|
--pkt-color-input-check-border: var(
|
|
18161
18161
|
--pkt-color-input-border-normal
|
|
18162
18162
|
);
|
|
@@ -18403,7 +18403,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18403
18403
|
}
|
|
18404
18404
|
.pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
|
|
18405
18405
|
.pkt-select:is(select):not([multiple]) {
|
|
18406
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18406
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/chevron-thin-down.svg);
|
|
18407
18407
|
background-image: var(--svg);
|
|
18408
18408
|
background-repeat: no-repeat;
|
|
18409
18409
|
background-position: right 0.7rem top 50%;
|