mirror of https://github.com/twbs/bootstrap.git
Use paginationActiveBackground var to finish fixing #4295
This commit is contained in:
parent
0540b63ab0
commit
b29d947477
|
|
@ -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 New Issue