Page MenuHomePhorge

Fix invalid CSS border-left-color value for .phabricator-action-view-submenu .caret-right
ClosedPublic

Authored by aklapper on Mar 25 2025, 10:07.

Details

Summary

The W3C CSS validator throws Value Error : border-left-color Too many values or values are not recognized : 71,87,120.
The value lacks rgb() wrapping. See other lines in the same CSS file.

Test Plan

Paste celerity processed phui-action-list.css into https://jigsaw.w3.org/css-validator/; look at the browser console while editing a task.

Diff Detail

Repository
rP Phorge
Branch
cssBorderLeftColor (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1806
Build 1806: arc lint + arc unit