mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use paginationActiveBackground var to finish fixing #4295
This commit is contained in:
parent
0540b63ab0
commit
b29d947477
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
.pagination ul > li > a:hover,
|
||||
.pagination ul > .active > a,
|
||||
.pagination ul > .active > span {
|
||||
background-color: #f5f5f5;
|
||||
background-color: @paginationActiveBackground;
|
||||
}
|
||||
.pagination ul > .active > a,
|
||||
.pagination ul > .active > span {
|
||||
|
|
Loading…
Add table
Reference in a new issue