Skip to content

Commit

Permalink
Merge pull request #510 from civicrm/RSE-1609-fix-crm-help-icon
Browse files Browse the repository at this point in the history
RSE-1609: Fix help icon
  • Loading branch information
deb1990 authored Apr 16, 2021
2 parents e1fb6d2 + ed81e93 commit 75a0fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/civicrm/common/_accordions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
}

.helpicon {
color: $brand-primary;
color: $crm-white;
opacity: 1;
padding-left: 15px;

&:hover {
color: $crm-white;
opacity: 0.8;
}
}
Expand Down

0 comments on commit 75a0fce

Please sign in to comment.