You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* to use one background color for all final rows */
tr.c-data-list__row--start-final:nth-child(odd) :is(th, td),
tr.c-data-list__row--start-final:nth-child(odd) ~ tr :is(th, td) {
background: var(--global-color-background--app);
}
tr.c-data-list__row--start-final:nth-child(even) :is(th, td),
tr.c-data-list__row--start-final:nth-child(even) ~ tr :is(th, td) {
background: var(--global-color-primary--x-light);
}
UI
table
row with class
an affected element
The text was updated successfully, but these errors were encountered:
wesleyboar
changed the title
Data List Items that Span Multiple Rows (e.g. .c-data-list__row--start-final)
Data List (.c-data-list) Items that Span Multiple Rows
Feb 20, 2025
wesleyboar
changed the title
Data List (.c-data-list) Items that Span Multiple Rows
Data List (.c-data-list) Items that Span Multiple Rows
Feb 20, 2025
Goal
Add
tr.c-data-list__row--start-final
(from Pre-Prod Digital Rocks) into Core-Stylestable.c-data-list
.Reference
Used on Project #317 Origin Data 826.
Content as of:
2025-02-20 12:40 CST
UI
The text was updated successfully, but these errors were encountered: