Commit ac67bc85 authored by Andrei Railean's avatar Andrei Railean

removing redundant background declarations on TDs

parent 71974e2f
......@@ -107,10 +107,6 @@ th {
.table-striped {
> tbody > tr:nth-child(odd) {
background-color: @table-bg-accent;
> td,
> th {
background-color: @table-bg-accent;
}
}
}
......@@ -121,11 +117,8 @@ th {
.table-hover {
> tbody > tr:hover {
> td,
> 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