@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.
@@ -10,7 +10,6 @@
10
10
  @media (forced-colors: active) {
11
11
  .navds-internalheader {
12
12
  background-color: ButtonFace;
13
- border-color: ButtonText;
14
13
  border: solid 1px ButtonText;
15
14
  color: ButtonText;
16
15
  }
@@ -19,7 +19,6 @@
19
19
  @media (forced-colors: active) {
20
20
  .navds-read-more__button {
21
21
  background-color: ButtonFace;
22
- border-color: ButtonText;
23
22
  border: solid 1px ButtonText;
24
23
  color: ButtonText;
25
24
  }
@@ -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
  }