@navikt/ds-css 7.1.1 → 7.2.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/CHANGELOG.md +8 -0
- package/copybutton.css +0 -1
- package/dist/component/copybutton.css +0 -1
- package/dist/component/index.css +2 -4
- package/dist/component/index.min.css +2 -2
- package/dist/component/internalheader.css +0 -1
- package/dist/component/list.css +1 -0
- package/dist/component/list.min.css +1 -1
- package/dist/component/readmore.css +0 -1
- package/dist/components.css +1 -3
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +2 -4
- package/dist/index.min.css +2 -2
- package/internalheader.css +0 -1
- package/list.css +1 -0
- package/package.json +2 -2
- package/read-more.css +0 -1
package/dist/component/list.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.navds-list ol,.navds-list ul{margin-block:var(--a-spacing-4);padding:0}.navds-list--small ol,.navds-list--small ul{margin-block:var(--a-spacing-3)}.navds-list .navds-list :where(ul,ol){margin-block:var(--a-spacing-2) 0}.navds-list ol{padding-left:1.7rem}.navds-list ol>.navds-list__item{padding-left:.3rem}:root .navds-list ol,_::-webkit-full-page-media,_:future{padding-left:2.1rem}:root .navds-list ol .navds-list__item,_::-webkit-full-page-media,_:future{padding-left:0}.navds-list__item{margin-block-end:var(--a-spacing-2)}.navds-list__item:last-child{margin-block-end:0}.navds-list ul>.navds-list__item{display:grid;gap:var(--a-spacing-2);grid-template-columns:auto 1fr}.navds-list ol li::marker{color:var(--ac-list-marker-ol-color,var(--ac-list-marker-color,var(--a-icon-default)));font-weight:var(--a-font-weight-bold)}.navds-list__item-marker{width:1.5rem}.navds-list ul>li>.navds-list__item-marker{align-items:center;display:flex;height:var(--a-font-line-height-xlarge)}.navds-list--small ul>li>.navds-list__item-marker{height:var(--a-font-line-height-large)}.navds-list__item-marker--bullet{color:var(--ac-list-marker-ul-color,var(--ac-list-marker-color,var(--a-icon-default)));padding-left:.8rem}.navds-list__item-marker--icon{color:var(--ac-list-marker-icon-color,var(--ac-list-marker-color,var(--a-icon-default)));font-size:1.5rem}
|
|
1
|
+
.navds-list ol,.navds-list ul{margin-block:var(--a-spacing-4);padding:0}.navds-list--small ol,.navds-list--small ul{margin-block:var(--a-spacing-3)}.navds-list .navds-list :where(ul,ol){margin-block:var(--a-spacing-2) 0}.navds-list ol{list-style:decimal;padding-left:1.7rem}.navds-list ol>.navds-list__item{padding-left:.3rem}:root .navds-list ol,_::-webkit-full-page-media,_:future{padding-left:2.1rem}:root .navds-list ol .navds-list__item,_::-webkit-full-page-media,_:future{padding-left:0}.navds-list__item{margin-block-end:var(--a-spacing-2)}.navds-list__item:last-child{margin-block-end:0}.navds-list ul>.navds-list__item{display:grid;gap:var(--a-spacing-2);grid-template-columns:auto 1fr}.navds-list ol li::marker{color:var(--ac-list-marker-ol-color,var(--ac-list-marker-color,var(--a-icon-default)));font-weight:var(--a-font-weight-bold)}.navds-list__item-marker{width:1.5rem}.navds-list ul>li>.navds-list__item-marker{align-items:center;display:flex;height:var(--a-font-line-height-xlarge)}.navds-list--small ul>li>.navds-list__item-marker{height:var(--a-font-line-height-large)}.navds-list__item-marker--bullet{color:var(--ac-list-marker-ul-color,var(--ac-list-marker-color,var(--a-icon-default)));padding-left:.8rem}.navds-list__item-marker--icon{color:var(--ac-list-marker-icon-color,var(--ac-list-marker-color,var(--a-icon-default)));font-size:1.5rem}
|
package/dist/components.css
CHANGED
|
@@ -1540,7 +1540,6 @@
|
|
|
1540
1540
|
@media (forced-colors: active) {
|
|
1541
1541
|
.navds-copybutton {
|
|
1542
1542
|
background-color: ButtonFace;
|
|
1543
|
-
border-color: ButtonText;
|
|
1544
1543
|
border: solid 1px ButtonText;
|
|
1545
1544
|
color: ButtonText;
|
|
1546
1545
|
}
|
|
@@ -4476,7 +4475,6 @@
|
|
|
4476
4475
|
@media (forced-colors: active) {
|
|
4477
4476
|
.navds-internalheader {
|
|
4478
4477
|
background-color: ButtonFace;
|
|
4479
|
-
border-color: ButtonText;
|
|
4480
4478
|
border: solid 1px ButtonText;
|
|
4481
4479
|
color: ButtonText;
|
|
4482
4480
|
}
|
|
@@ -6474,7 +6472,6 @@ button.navds-internalheader__title:active,
|
|
|
6474
6472
|
@media (forced-colors: active) {
|
|
6475
6473
|
.navds-read-more__button {
|
|
6476
6474
|
background-color: ButtonFace;
|
|
6477
|
-
border-color: ButtonText;
|
|
6478
6475
|
border: solid 1px ButtonText;
|
|
6479
6476
|
color: ButtonText;
|
|
6480
6477
|
}
|
|
@@ -7495,6 +7492,7 @@ button.navds-stepper__step {
|
|
|
7495
7492
|
}
|
|
7496
7493
|
|
|
7497
7494
|
.navds-list ol {
|
|
7495
|
+
list-style: decimal; /* This is the default value, but some frameworks have `ol,ul { list-style:none }` */
|
|
7498
7496
|
padding-left: 1.7rem;
|
|
7499
7497
|
}
|
|
7500
7498
|
|