aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 11:40:02 -0700
committerMark Otto <[email protected]>2013-08-06 11:40:02 -0700
commitc731961f9d89a2fe868a85daf4bbb65e55680099 (patch)
treeb524ba94572012fb571e1f2bf7885b6637b9754e
parent2f1fcca6c541d45839d39fec94462625526e4bed (diff)
downloadbootstrap-c731961f9d89a2fe868a85daf4bbb65e55680099.tar.xz
bootstrap-c731961f9d89a2fe868a85daf4bbb65e55680099.zip
fixes #9140: use correct var in tables
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index 68e33dccd..b3c921dbb 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,