diff options
| author | Mark Otto <[email protected]> | 2013-08-06 11:40:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-06 11:40:02 -0700 |
| commit | c731961f9d89a2fe868a85daf4bbb65e55680099 (patch) | |
| tree | b524ba94572012fb571e1f2bf7885b6637b9754e | |
| parent | 2f1fcca6c541d45839d39fec94462625526e4bed (diff) | |
| download | bootstrap-c731961f9d89a2fe868a85daf4bbb65e55680099.tar.xz bootstrap-c731961f9d89a2fe868a85daf4bbb65e55680099.zip | |
fixes #9140: use correct var in tables
| -rw-r--r-- | less/tables.less | 2 |
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, |
