From c731961f9d89a2fe868a85daf4bbb65e55680099 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Tue, 6 Aug 2013 11:40:02 -0700
Subject: [PATCH] fixes #9140: use correct var in tables

---
 less/tables.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/tables.less b/less/tables.less
index 68e33dccd9..b3c921dbb4 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -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,
-- 
GitLab