@navikt/ds-css 7.1.2 → 7.2.1
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/form.css +1 -0
- package/dist/component/form.min.css +1 -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/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/form/combobox.css +1 -0
- package/internalheader.css +0 -1
- package/package.json +3 -2
- package/read-more.css +0 -1
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
|
}
|
|
@@ -4074,6 +4073,7 @@
|
|
|
4074
4073
|
border-radius: var(--a-border-radius-medium);
|
|
4075
4074
|
background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
|
|
4076
4075
|
color: var(--ac-combobox-list-text, var(--a-text-default));
|
|
4076
|
+
overscroll-behavior: contain;
|
|
4077
4077
|
}
|
|
4078
4078
|
|
|
4079
4079
|
.navds-combobox__list--closed {
|
|
@@ -4476,7 +4476,6 @@
|
|
|
4476
4476
|
@media (forced-colors: active) {
|
|
4477
4477
|
.navds-internalheader {
|
|
4478
4478
|
background-color: ButtonFace;
|
|
4479
|
-
border-color: ButtonText;
|
|
4480
4479
|
border: solid 1px ButtonText;
|
|
4481
4480
|
color: ButtonText;
|
|
4482
4481
|
}
|
|
@@ -6474,7 +6473,6 @@ button.navds-internalheader__title:active,
|
|
|
6474
6473
|
@media (forced-colors: active) {
|
|
6475
6474
|
.navds-read-more__button {
|
|
6476
6475
|
background-color: ButtonFace;
|
|
6477
|
-
border-color: ButtonText;
|
|
6478
6476
|
border: solid 1px ButtonText;
|
|
6479
6477
|
color: ButtonText;
|
|
6480
6478
|
}
|