@norges-domstoler/dds-components 21.0.0 → 21.1.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/index.css CHANGED
@@ -180,10 +180,8 @@
180
180
  vertical-align: baseline;
181
181
  }
182
182
  }
183
- :where(.typographyStyles_a--visited) {
184
- &:visited {
185
- color: var(--dds-color-text-action-visited);
186
- }
183
+ .typographyStyles_a--visited:visited {
184
+ color: var(--dds-color-text-action-visited);
187
185
  }
188
186
  :where(.typographyStyles_body-xsmall) {
189
187
  margin: 0;
@@ -2433,6 +2431,16 @@
2433
2431
  }
2434
2432
  }
2435
2433
  .DetailList_list--striped {
2434
+ .DetailList_row {
2435
+ &:nth-of-type(even) {
2436
+ background-color: var(--dds-color-surface-default);
2437
+ }
2438
+ &:nth-of-type(odd) {
2439
+ background-color: var(--dds-color-surface-subtle);
2440
+ }
2441
+ }
2442
+ }
2443
+ .DetailList_list--striped-with-bp {
2436
2444
  .DetailList_row {
2437
2445
  &:nth-of-type(4n-1),
2438
2446
  &:nth-of-type(4n) {
@@ -3436,7 +3444,6 @@ select:hover {
3436
3444
  .Search_with-button-container {
3437
3445
  display: grid;
3438
3446
  grid-template-columns: 1fr auto;
3439
- gap: var(--dds-spacing-x0-5);
3440
3447
  }
3441
3448
  .Search_input {
3442
3449
  width: 100%;