2
0
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:
Mark Otto
2013-07-18 00:10:22 -07:00
parent 87adbf7aa4
commit 79a10feb7a
3 changed files with 63 additions and 24 deletions
+5
View File
@@ -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 {