Skip to content

PC3/CheckBox: Fix hover animation repeated on press

Oliver Beard requested to merge (removed):checkbox-hover-fix into master

When hovering over a checkbox, the border is made blue by animation. When clicking, the border is reset and then animates back to blue. This fixes the issue, such that the hover effect remains despite toggling the checkbox.

This video shows before and after the fix:

checkbox-hover-fix

It is worth noting that PC3 radiobuttons do not have this issue.

Merge request reports