Skip to content

Commit

Permalink
fix(pagination): define active variables
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Jul 29, 2022
1 parent d4b8288 commit c0713b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ $pagination-padding-x: 1rem;
$pagination-transition: none;
$pagination-hover-border-color: $primary;

$pagination-active-bg: $white;
$pagination-active-color: $primary;
$pagination-active-border-color: $primary;

$pagination-disabled-color: $btn-disabled-color;
$pagination-disabled-bg: $white;
$pagination-disabled-border-color: $primary;
Expand Down

0 comments on commit c0713b4

Please sign in to comment.