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
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
F3388592: D25922.1744447427.diff
Fri, Apr 11, 08:43
F3388589: D25922.1744447421.diff
Fri, Apr 11, 08:43
F3364787: D25922.1744160913.diff
Tue, Apr 8, 01:08

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