Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mark Otto
43cbdbffed
Add striped table columns 2020-09-27 14:12:37 -07:00

View file

@ -104,6 +104,13 @@
}
}
.table-striped-cols {
> tbody > td:nth-of-type(#{$table-striped-order}) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
}
// Active table
//
// The `.table-active` class can be added to highlight rows or cells