-
Incident report
-
Resolution: Fixed
-
Minor
-
2.1.0
There are a lot of places in the frontend where the pointer cursor is used incorrectly, for instance, on drop downs and checkboxes. The pointer cursor should only be used on:
- anchors;
- buttons, both default and jQuery;
- buttons that appear as links like "Add" and "Remove" on macro configuration page.
It should not be used on drop downs, check boxes and radio buttons.
Additionally, standard buttons like "Create host" should not be underlined on hover.