Description
In the footer/community section, navigation links appear highlighted even when the cursor is not directly over the visible text or icon.
Current Behavior
Hover effects are triggered before the cursor reaches the actual link.
The cursor changes to a pointer while positioned in nearby empty space.
This makes it difficult to determine the true clickable area.
Expected Behavior
Hover styling should activate only when the cursor is directly over the intended clickable element.
The visual hover area should accurately match the clickable region.
Possible Cause
The anchor/button element or its parent container may have excess padding, width, or a hover style applied to a larger wrapper element.
Impact
Inconsistent user experience.
Misleading visual feedback.
Reduced UI precision and accessibility.
Screenshot

Description
In the footer/community section, navigation links appear highlighted even when the cursor is not directly over the visible text or icon.
Current Behavior
Hover effects are triggered before the cursor reaches the actual link.
The cursor changes to a pointer while positioned in nearby empty space.
This makes it difficult to determine the true clickable area.
Expected Behavior
Hover styling should activate only when the cursor is directly over the intended clickable element.
The visual hover area should accurately match the clickable region.
Possible Cause
The anchor/button element or its parent container may have excess padding, width, or a hover style applied to a larger wrapper element.
Impact
Inconsistent user experience.
Misleading visual feedback.
Reduced UI precision and accessibility.
Screenshot