Add striped table columns
This commit is contained in:
parent
6c2abf3a1e
commit
43cbdbffed
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue