1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Fix color of helpicon on hover (#4146)

This commit is contained in:
bfmvsa 2024-08-30 11:51:06 +02:00 committed by GitHub
parent d2375bf72c
commit 125d987323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}