2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

removing redundant background declarations on TDs

This commit is contained in:
Andrei Railean
2014-06-25 15:16:25 +10:00
parent 71974e2f4d
commit ac67bc857f
-7
View File
@@ -107,10 +107,6 @@ th {
.table-striped { .table-striped {
> tbody > tr:nth-child(odd) { > tbody > tr:nth-child(odd) {
background-color: @table-bg-accent; background-color: @table-bg-accent;
> td,
> th {
background-color: @table-bg-accent;
}
} }
} }
@@ -121,11 +117,8 @@ th {
.table-hover { .table-hover {
> tbody > tr:hover { > tbody > tr:hover {
> td,
> th {
background-color: @table-bg-hover; background-color: @table-bg-hover;
} }
}
} }