@norges-domstoler/dds-components 0.0.0-dev-20241016121755 → 0.0.0-dev-20241018130428
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 +6 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2505,7 +2505,7 @@
|
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
2507
|
.List_li {
|
|
2508
|
-
line-height:
|
|
2508
|
+
line-height: var(--dds-font-lineheight-list);
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
2511
|
/* src/components/LocalMessage/LocalMessage.module.css */
|
|
@@ -3800,9 +3800,9 @@
|
|
|
3800
3800
|
cursor: pointer;
|
|
3801
3801
|
width: -moz-fit-content;
|
|
3802
3802
|
width: fit-content;
|
|
3803
|
-
border: 1px solid;
|
|
3803
|
+
border: 1px solid var(--dds-color-border-default);
|
|
3804
3804
|
border-radius: var(--dds-border-radius-rounded);
|
|
3805
|
-
gap: var(--dds-spacing-x0-
|
|
3805
|
+
gap: var(--dds-spacing-x0-25);
|
|
3806
3806
|
padding: var(--dds-spacing-x0-5) var(--dds-spacing-x1);
|
|
3807
3807
|
background-color: var(--dds-color-surface-default);
|
|
3808
3808
|
color: var(--dds-color-text-default);
|
|
@@ -3817,6 +3817,9 @@
|
|
|
3817
3817
|
background-color: var(--dds-color-surface-hover-default);
|
|
3818
3818
|
}
|
|
3819
3819
|
}
|
|
3820
|
+
.ToggleButton_content--with-icon {
|
|
3821
|
+
padding-inline-start: var(--dds-spacing-x0-75);
|
|
3822
|
+
}
|
|
3820
3823
|
input:checked + .ToggleButton_content {
|
|
3821
3824
|
color: var(--dds-color-text-on-action);
|
|
3822
3825
|
background-color: var(--dds-color-surface-action-resting);
|