Page MenuHomePhorge

Remove orphan CSS selectors in PHUIFormView
ClosedPublic

Authored by aklapper on Wed, May 7, 17:00.

Details

Summary
Test Plan

Grep the code for each CSS selector (grep --exclude="*.css" -R 'some-search-string' .), also do partial searches, get no results.

Diff Detail

Repository
rP Phorge
Branch
arcpatch-D25995
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2010
Build 2010: arc lint + arc unit

Event Timeline

aklapper requested review of this revision.Wed, May 7, 17:00

Very good job as usual 👍

I update the description just to be in order with the shown changes, and splitting the important checks (e.g. parent selectors) from the extra ones (e.g. child selectors).

webroot/rsrc/css/phui/phui-form-view.css
101–104

184–194

204–207

247–255

279–282

288–298

This revision is now accepted and ready to land.Thu, May 22, 12:47