0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fixes #9140: use correct var in tables

This commit is contained in:
Mark Otto 2013-08-06 11:40:02 -07:00
parent 2f1fcca6c5
commit c731961f9d

View 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,