Page MenuHomePhorge

Fix invalid CSS cursor value for .phabricator-main-menu-brand
ClosedPublic

Authored by aklapper on Mar 24 2025, 17:51.

Details

Summary

The W3C CSS validator throws Value Error : cursor hand is not a cursor value : hand.
hand is not a valid value for cursor; likely pointer was meant.
See https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

Test Plan

Paste main-menu-view.css into https://jigsaw.w3.org/css-validator/ and read some CSS docs.

Diff Detail

Repository
rP Phorge
Branch
cssCursorType (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1802
Build 1802: arc lint + arc unit