Jeremy Thomas 8 年之前
父节点
当前提交
01972380a1
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      CHANGELOG.md
  2. 0 1
      sass/components/pagination.sass

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 
 ### Issues closed
 
+* #877 `.pagination` isn't using `$pagination-background`
 * #989 `navbar-brand` overflowing on mobile
 * #975 Variable `$table-head-color` isn't used
 * #964 Tabs sass file throwing error with `!important`

+ 0 - 1
sass/components/pagination.sass

@@ -1,5 +1,4 @@
 $pagination-color: $grey-darker !default
-$pagination-background: $white !default
 $pagination-border-color: $grey-lighter !default
 $pagination-margin: -0.25rem !default