]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9140: use correct var in tables
authorMark Otto <otto@github.com>
Tue, 6 Aug 2013 18:40:02 +0000 (11:40 -0700)
committerMark Otto <otto@github.com>
Tue, 6 Aug 2013 18:40:02 +0000 (11:40 -0700)
less/tables.less

index 68e33dccd978f7c1379840574318ab28167a9349..b3c921dbb474bf17817cbba37a93e66ef19ef78f 100644 (file)
@@ -162,7 +162,7 @@ table {
   > th.active,
   &.active > td,
   &.active > th  {
-    background-color: @table-bg-hover;
+    background-color: @table-bg-active;
   }
   > td.success,
   > th.success,