@norges-domstoler/dds-components 17.5.0 → 17.5.2

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
@@ -907,6 +907,7 @@
907
907
  cursor: pointer;
908
908
  display: block;
909
909
  width: 100%;
910
+ border-radius: inherit;
910
911
  }
911
912
  .AccordionBase_header-container {
912
913
  display: flex;
@@ -1363,6 +1364,9 @@
1363
1364
  }
1364
1365
 
1365
1366
  /* src/components/Card/CardAccordion/CardAccordion.module.css */
1367
+ .CardAccordion_container {
1368
+ border-radius: inherit;
1369
+ }
1366
1370
  .CardAccordion_header-button {
1367
1371
  @media (prefers-reduced-motion: no-preference) {
1368
1372
  transition: box-shadow 0.2s, var(--dds-focus-transition);