@norges-domstoler/dds-components 0.0.0-dev-20240826095821 → 0.0.0-dev-20240902094424
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 +11 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.css
CHANGED
|
@@ -3218,6 +3218,14 @@
|
|
|
3218
3218
|
font: var(--dds-font-body-sans-01);
|
|
3219
3219
|
font-weight: var(--dds-font-weight-bold);
|
|
3220
3220
|
}
|
|
3221
|
+
.Table_row--body {
|
|
3222
|
+
&:nth-of-type(odd) {
|
|
3223
|
+
background-color: var(--dds-color-surface-subtle);
|
|
3224
|
+
}
|
|
3225
|
+
&:nth-of-type(even) {
|
|
3226
|
+
background-color: var(--dds-color-surface-default);
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3221
3229
|
}
|
|
3222
3230
|
.Table_row {
|
|
3223
3231
|
@media (prefers-reduced-motion: no-preference) {
|
|
@@ -3246,9 +3254,9 @@
|
|
|
3246
3254
|
&.Table_row--selected:nth-of-type(odd) {
|
|
3247
3255
|
background-color: var(--dds-color-surface-selected-default);
|
|
3248
3256
|
}
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3257
|
+
&.Table_row--hoverable:hover {
|
|
3258
|
+
background-color: var(--dds-color-surface-hover-default);
|
|
3259
|
+
}
|
|
3252
3260
|
}
|
|
3253
3261
|
.Table_cell--head {
|
|
3254
3262
|
background-color: var(--dds-color-brand-primary-subtle);
|