@norges-domstoler/dds-components 22.0.0 → 22.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
@@ -2567,6 +2567,7 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
2567
2567
  width: max-content;
2568
2568
  font-variant-numeric: tabular-nums;
2569
2569
  outline: none;
2570
+ font-family: var(--dds-font-family-monospace);
2570
2571
  &:focus {
2571
2572
  background-color: var(--dds-color-surface-action-selected);
2572
2573
  color: var(--dds-color-text-on-action);