mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
removing redundant background declarations on TDs
This commit is contained in:
+1
-8
@@ -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,10 +117,7 @@ th {
|
||||
|
||||
.table-hover {
|
||||
> tbody > tr:hover {
|
||||
> td,
|
||||
> th {
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user