Commit ac67bc85 authored by Andrei Railean's avatar Andrei Railean

removing redundant background declarations on TDs

parent 71974e2f
...@@ -107,10 +107,6 @@ th { ...@@ -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,10 +117,7 @@ th { ...@@ -121,10 +117,7 @@ th {
.table-hover { .table-hover {
> tbody > tr:hover { > tbody > tr:hover {
> td, background-color: @table-bg-hover;
> th {
background-color: @table-bg-hover;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment