Skip to content

Commit

Permalink
Fix pagination current page background color (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored May 23, 2024
1 parent d2f3a0a commit ac1d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/homeland/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ input[type="file"] {

li.active > a,
li.active > a:hover {
@extend .btn-primary;
color: #fff !important;
background-color: var(--blue);
border-color: var(--blue) !important;
}
}
Expand Down

0 comments on commit ac1d50b

Please sign in to comment.