@norges-domstoler/dds-components 0.0.0-dev-20251010090843 → 0.0.0-dev-20251010090947

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
@@ -2918,6 +2918,10 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
2918
2918
  /* src/components/InlineButton/InlineButton.module.css */
2919
2919
  .InlineButton_button {
2920
2920
  display: inline;
2921
+ vertical-align: middle;
2922
+ &:focus-visible {
2923
+ z-index: var(--dds-zindex-absolute-element);
2924
+ }
2921
2925
  }
2922
2926
 
2923
2927
  /* src/components/InlineEdit/InlineEdit.module.css */