Commit 630a88d3 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #5281 from GotenXiao/pagination-active-background

Use paginationActiveBackground var to finish fixing #4295
parents a2369021 b29d9474
1 merge request!5450Fixed copy and paste caused typo in CAROUSEL DATA-API
Showing with 1 addition and 1 deletion
+1 -1
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.pagination ul > li > a:hover, .pagination ul > li > a:hover,
.pagination ul > .active > a, .pagination ul > .active > a,
.pagination ul > .active > span { .pagination ul > .active > span {
background-color: #f5f5f5; background-color: @paginationActiveBackground;
} }
.pagination ul > .active > a, .pagination ul > .active > a,
.pagination ul > .active > span { .pagination ul > .active > span {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment