Commit c731961f authored by Mark Otto's avatar Mark Otto
Browse files

fixes #9140: use correct var in tables

parent 2f1fcca6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -162,7 +162,7 @@ table { ...@@ -162,7 +162,7 @@ table {
> th.active, > th.active,
&.active > td, &.active > td,
&.active > th { &.active > th {
background-color: @table-bg-hover; background-color: @table-bg-active;
} }
> td.success, > td.success,
> th.success, > th.success,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment