Add striped table columns

This commit is contained in:
Mark Otto 2020-09-27 14:12:37 -07:00 committed by GitHub
parent 6c2abf3a1e
commit 43cbdbffed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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