Skip to content

Commit

Permalink
Fix color of helpicon on hover (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfmvsa authored Aug 30, 2024
1 parent d2375bf commit 125d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ a.disabled {
transition: none;
&:hover {
opacity: 0.9;
background-image: url(../images/icons/cf_icon_info_green.svg);
background-image: url(../images/icons/cf_icon_info_grey.svg);
transition: none;
}
}
Expand Down

0 comments on commit 125d987

Please sign in to comment.