mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +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;
|
transition: none;
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.9;
|
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;
|
transition: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue