Skip to content

Commit

Permalink
Merge pull request #2264 from cisagov/hotfix-pagination-background-color
Browse files Browse the repository at this point in the history
Set pagination background to transparent
  • Loading branch information
rachidatecs authored Jun 5, 2024
2 parents eb706b3 + 97340e9 commit 5907ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registrar/assets/sass/_theme/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.usa-pagination {
flex-wrap: wrap;
background-color: transparent;
.usa-current {
background-color: color('base-dark');
}
Expand Down

0 comments on commit 5907ec7

Please sign in to comment.