FreeCAD / FreeCAD-Homepage

The homepage at http://www.freecad.org
GNU Lesser General Public License v2.1
26 stars 42 forks source link

Added onmousehover style to home page. #122

Closed AdarshRawat1 closed 1 year ago

AdarshRawat1 commented 1 year ago

Issue -

There is no change when the "floating arrow" on Home page is hovered by the user.

Why is this an issue?

Users may not realize that the button is clickable and miss the intended action. Changing the mouse pointer to a finger pointer on hover can enhance the user experience by providing clear and consistent feedback.

Current behaviour- image

After changes image

What this PR does ?

Converts the "mouse pointer" to "finger pointer" for the "floating arrow" on home page.

other possible solution

Remove the floating arrow button to simplify the user interface and avoid irrelevant elements on the screen.

yorikvanhavre commented 1 year ago

Excellent improvement! Thanks!