Skip to content

Commit

Permalink
fix: update hover styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 11, 2024
1 parent ec377a9 commit 276b01b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@ select[name="campaignId"] {
border-radius: var(--givewp-rounded-4);
line-height: 0;
padding: var(--givewp-spacing-2);

&:hover {
background-color: #d1d5db;
}
}

.campaignButtonDotsActive {
Expand Down

0 comments on commit 276b01b

Please sign in to comment.