Page MenuHomePhorge

Remove unused CSS file aphront/panel-view.css
ClosedPublic

Authored by aklapper on Fri, May 9, 12:40.

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
cssDead12 (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2012
Build 2012: arc lint + arc unit

Event Timeline

aklapper requested review of this revision.Fri, May 9, 12:40

Maybe also we can drop something from ./webroot/rsrc/css/core/remarkup.css - since it seems to contain .aphront-panel-preview ( .aphront-panel-preview .phabricator-remarkup-mention-unknown)

@valerio.bozzolan core/remarkup.css has five more unused selectors so I'd put them all together into one patch.

This revision now requires changes to proceed.Thu, May 22, 12:49

@valerio.bozzolan core/remarkup.css has five more unused selectors so I'd put them all together into one patch.

This very patch is about removing an unused CSS file called aphront/panel-view.css.
Removing orphan CSS selectors in core/remarkup.css is covered in D26016 instead - different topic.

This revision is now accepted and ready to land.Fri, May 23, 17:29