Fixes #8452: adds .active to table classes
This commit is contained in:
parent
87adbf7aa4
commit
79a10feb7a
3 changed files with 63 additions and 24 deletions
|
|
@ -219,6 +219,11 @@ table {
|
|||
// Exact selectors below required to override .table-striped
|
||||
|
||||
.table > tbody > tr {
|
||||
> td.active,
|
||||
> th.active,
|
||||
&.active > td {
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
> td.success,
|
||||
> th.success,
|
||||
&.success > td {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue