Compare commits
1 commit
main
...
table-stri
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
// Active table
|
||||||
//
|
//
|
||||||
// The `.table-active` class can be added to highlight rows or cells
|
// The `.table-active` class can be added to highlight rows or cells
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue