mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
fixes #9140: use correct var in tables
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user