Skip to content

Commit

Permalink
fix(pagination): improve focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 27, 2020
1 parent a66c567 commit e14c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ $pagination-margin-left: $spacer / 2 !default;
$pagination-border-color: transparent !default;

$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
$pagination-focus-color: $primary !default; // Boosted mod
$pagination-focus-color: $black !default; // Boosted mod
$pagination-focus-outline: $pagination-border-width solid $pagination-focus-color !default;

$pagination-hover-color: $black !default;
Expand Down

0 comments on commit e14c2dd

Please sign in to comment.