mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #9140: use correct var in tables
This commit is contained in:
parent
2f1fcca6c5
commit
c731961f9d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue