Skip to content

Commit

Permalink
Fix: remove font weight hover styles on campaign tabs (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh authored Feb 17, 2025
1 parent fb9fb72 commit e2c0e8c
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ select[name="campaignId"] {

.tabs [role='tab']:hover,
.tabs [data-reach-tab]:hover {
font-weight: 500;
color: var(--givewp-neutral-900);
background-color: var(--givewp-neutral-50);
}
Expand Down Expand Up @@ -346,7 +345,7 @@ select[name="campaignId"] {
textarea,
select,
.editor,
.upload{
.upload {
margin-top: var(--givewp-spacing-1);
color: var(--givewp-neutral-900);
font-weight: 500;
Expand All @@ -364,7 +363,7 @@ select[name="campaignId"] {
}

.sectionField:last-child {
margin: 0;
margin: 0;
}

.sectionFieldDescription {
Expand Down Expand Up @@ -537,7 +536,7 @@ select[name="campaignId"] {
padding: var(--givewp-spacing-2);

&:hover, &:active, &:focus {
background-color:var(--givewp-neutral-200);
background-color: var(--givewp-neutral-200);
border-color: var(--givewp-neutral-200);
}
}
Expand Down

0 comments on commit e2c0e8c

Please sign in to comment.