Skip to content

Commit

Permalink
pagination/issue: fixes #4511
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Sep 27, 2022
1 parent ee478e4 commit 81cfa0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions meinberlin/assets/scss/components/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
text-align: center;
text-decoration: none;

&:hover,
&:focus {
&:hover {
background-color: $bg-secondary;
color: $primary;
}
Expand All @@ -46,8 +45,7 @@

& a:hover,
& a:focus,
& button:hover,
& button:focus {
& button:hover {
color: $primary;
}
}
Expand Down

0 comments on commit 81cfa0b

Please sign in to comment.