Skip to content

Commit

Permalink
Fixes #21094: Move text-decoration override from the default link sta…
Browse files Browse the repository at this point in the history
…te to the hover/focus state so it can override the global styles properly
  • Loading branch information
mdo committed Nov 23, 2016
1 parent ec47fee commit c13215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
padding: $pagination-padding-y $pagination-padding-x;
margin-left: -1px;
color: $pagination-color;
text-decoration: none;
background-color: $pagination-bg;
border: $pagination-border-width solid $pagination-border-color;

@include hover-focus {
color: $pagination-hover-color;
text-decoration: none;
background-color: $pagination-hover-bg;
border-color: $pagination-hover-border;
}
Expand Down

0 comments on commit c13215d

Please sign in to comment.