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
F3547735: D25922.1744899220.diff
Wed, Apr 16, 14:13
F3547446: D25922.1744899168.diff
Wed, Apr 16, 14:12
F3532530: D25922.1744890947.diff
Wed, Apr 16, 11:55
F3532266: D25922.1744890056.diff
Wed, Apr 16, 11:40
F3531971: D25922.1744888413.diff
Wed, Apr 16, 11:13
F3531964: D25922.1744888249.diff
Wed, Apr 16, 11:10
F3395864: D25922.1744518086.diff
Sat, Apr 12, 04:21
F3388596: D25922.1744447439.diff
Fri, Apr 11, 08:43

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