@norges-domstoler/dds-components 0.0.0-dev-20260319072239 → 0.0.0-dev-20260319084855

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
@@ -2569,6 +2569,9 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
2569
2569
  }
2570
2570
 
2571
2571
  /* src/components/CookieBanner/CookieBanner.module.css */
2572
+ .CookieBanner_container:focus-visible {
2573
+ outline: none;
2574
+ }
2572
2575
  .CookieBanner_checkbox-label {
2573
2576
  padding: 0 0 0 calc(var(--dds-size-icon-component) + var(--dds-spacing-x0-5));
2574
2577
  align-items: flex-start;