Page MenuHomePhorge

Remove orphan CSS selectors in base/main-menu-view.css
ClosedPublic

Authored by aklapper on Thu, May 8, 13:06.

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

aklapper requested review of this revision.Thu, May 8, 13:06
valerio.bozzolan added inline comments.
webroot/rsrc/css/application/base/main-menu-view.css
39–42

grep -R 'group-logo' .

105–106

grep -R 'expand-search-menu' .

110–111

grep -R 'menu-expand-button' .

339–343

grep -R application-menu-expanded -

530–549

grep -R 'core-menu-icon' .

This revision is now accepted and ready to land.Tue, May 27, 19:55