Page MenuHomePhorge

Fix invalid CSS cursor value for .phui-oi-grippable
ClosedPublic

Authored by aklapper on Mar 24 2025, 11:46.
Tags
None
Referenced Files
F3982679: D25919.1746557957.diff
Mon, May 5, 18:59
F3838228: D25919.1746092250.diff
Wed, Apr 30, 09:37
F3828928: D25919.1746066753.diff
Wed, Apr 30, 02:32
F3827610: D25919.1746038424.diff
Tue, Apr 29, 18:40
F3776931: D25919.1745866034.diff
Sun, Apr 27, 18:47
F3775094: D25919.1745858817.diff
Sun, Apr 27, 16:46
F3764426: D25919.1745844112.diff
Sun, Apr 27, 12:41
F3763836: D25919.1745840483.diff
Sun, Apr 27, 11:41

Details

Summary

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

Test Plan

Paste phui-oi-list-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.Wed, Apr 23, 21:02