mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Fixes #8452: adds .active to table classes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user