Page MenuHomePhorge

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

Authored by aklapper on Mon, Mar 24, 17:51.
Tags
None
Referenced Files
F3337385: D25922.1743588568.diff
Tue, Apr 1, 10:09
F3333535: D25922.1743536596.diff
Mon, Mar 31, 19:43
F3320369: D25922.1743328526.diff
Sat, Mar 29, 09:55
F3316524: D25922.1743252289.diff
Fri, Mar 28, 12:44
F3312526: D25922.1743211774.diff
Fri, Mar 28, 01:29
F3310522: D25922.1743195300.diff
Thu, Mar 27, 20:55
F3308408: D25922.1743165435.diff
Thu, Mar 27, 12:37
F3307847: D25922.1743153023.diff
Thu, Mar 27, 09:10

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

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

This revision is now accepted and ready to land.Tue, Mar 25, 08:19