Page MenuHomePhorge

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

Authored by aklapper on Mar 24 2025, 17:51.
Tags
None
Referenced Files
F3955713: D25922.1746461640.diff
Sun, May 4, 16:14
F3777366: D25922.1745882808.diff
Sun, Apr 27, 23:26
F3776917: D25922.1745865490.diff
Sun, Apr 27, 18:38
F3762258: D25922.1745832269.diff
Sun, Apr 27, 09:24
F3749408: D25922.1745797673.diff
Sat, Apr 26, 23:47
F3645444: D25922.1745375633.diff
Tue, Apr 22, 02:33
F3576693: D25922.1745065358.diff
Fri, Apr 18, 12:22
F3547735: D25922.1744899220.diff
Wed, Apr 16, 14:13

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable