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:
parent
d2375bf72c
commit
125d987323
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue