mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 14:40:57 +00: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…
Reference in a new issue