@norges-domstoler/dds-components 0.0.0-dev-20260609070108 → 0.0.0-dev-20260619071431
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 +18 -16
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -3106,22 +3106,24 @@ input[data-indeterminate=true] ~ .SelectionControl_selection-control:after {
|
|
|
3106
3106
|
box-shadow var(--dds-motion-micro-state);
|
|
3107
3107
|
}
|
|
3108
3108
|
}
|
|
3109
|
-
.
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3109
|
+
.Table_table {
|
|
3110
|
+
.Table_row--body {
|
|
3111
|
+
background-color: var(--dds-color-surface-default);
|
|
3112
|
+
&.Table_row--sum,
|
|
3113
|
+
&.Table_row--sum:nth-of-type(even),
|
|
3114
|
+
&.Table_row--sum:nth-of-type(odd) {
|
|
3115
|
+
border-bottom: 1px solid var(--dds-color-border-default);
|
|
3116
|
+
border-top: 1px solid var(--dds-color-border-default);
|
|
3117
|
+
background: var(--dds-color-surface-default);
|
|
3118
|
+
}
|
|
3119
|
+
&.Table_row--selected,
|
|
3120
|
+
&.Table_row--selected:nth-of-type(even),
|
|
3121
|
+
&.Table_row--selected:nth-of-type(odd) {
|
|
3122
|
+
background-color: var(--dds-color-surface-selected-default);
|
|
3123
|
+
}
|
|
3124
|
+
&.Table_row--hoverable:hover {
|
|
3125
|
+
background-color: var(--dds-color-surface-hover-default);
|
|
3126
|
+
}
|
|
3125
3127
|
}
|
|
3126
3128
|
}
|
|
3127
3129
|
.Table_cell--head {
|