]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
removing redundant background declarations on TDs 13920/head
authorAndrei Railean <andrei@siter.com.au>
Wed, 25 Jun 2014 05:16:25 +0000 (15:16 +1000)
committerAndrei Railean <andrei@siter.com.au>
Wed, 25 Jun 2014 05:16:25 +0000 (15:16 +1000)
less/tables.less

index e5347362e8452a8dc917d7fd83cf8e0caff2ef3f..38c7da349bd8abf943f19cdf413e476b858a0a31 100644 (file)
@@ -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;
   }
 }