Skip to content

Set cursor to "pointer" on .add-field hover

Xerz requested to merge xerz/pleroma-fe:xerz-develop-patch-08400 into develop

Currently, hovering the "Add field" button in the profile settings does not hint at it being clickable. The current behavior is inconsistent with the visibility scope buttons, which present the same visual design as the plus button on the add field option, yet do have pointer: cursor set. This MR changes the hover behavior so it becomes more intuitive and coherent.

Merge request reports