@oslokommune/punkt-css 12.3.10 → 12.4.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.
- 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 +3 -3
package/dist/css/pkt.css
CHANGED
|
@@ -13602,7 +13602,7 @@ a:active, a.pkt-link--active,
|
|
|
13602
13602
|
.pkt-link--external::after {
|
|
13603
13603
|
display: inline-block;
|
|
13604
13604
|
content: " ";
|
|
13605
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
13605
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/new-window-small.svg);
|
|
13606
13606
|
background-image: var(--svg);
|
|
13607
13607
|
background-repeat: no-repeat;
|
|
13608
13608
|
background-size: 18px 18px;
|
|
@@ -17480,7 +17480,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17480
17480
|
outline-color: var(--pkt-color-input-border-hover);
|
|
17481
17481
|
}
|
|
17482
17482
|
.pkt-input-check__input-checkbox:checked[type=checkbox] {
|
|
17483
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17483
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
|
|
17484
17484
|
position: relative;
|
|
17485
17485
|
background-color: var(--pkt-color-input-border-normal);
|
|
17486
17486
|
}
|
|
@@ -17540,7 +17540,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17540
17540
|
cursor: not-allowed;
|
|
17541
17541
|
}
|
|
17542
17542
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
17543
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17543
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
|
|
17544
17544
|
--pkt-color-input-check-border: var(
|
|
17545
17545
|
--pkt-color-input-border-normal
|
|
17546
17546
|
);
|
|
@@ -17787,7 +17787,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
17787
17787
|
}
|
|
17788
17788
|
.pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
|
|
17789
17789
|
.pkt-select:is(select):not([multiple]) {
|
|
17790
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17790
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/chevron-thin-down.svg);
|
|
17791
17791
|
background-image: var(--svg);
|
|
17792
17792
|
background-repeat: no-repeat;
|
|
17793
17793
|
background-position: right 0.7rem top 50%;
|