Page MenuHomePhabricator

[web] Remove extraneous CSS selectors
ClosedPublic

Authored by atul on Jan 4 2024, 1:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 31 2024, 2:25 AM
Unknown Object (File)
Oct 31 2024, 2:25 AM
Unknown Object (File)
Oct 31 2024, 2:25 AM
Unknown Object (File)
Oct 31 2024, 2:24 AM
Unknown Object (File)
Oct 24 2024, 8:27 AM
Unknown Object (File)
Oct 24 2024, 5:35 AM
Unknown Object (File)
Oct 8 2024, 8:23 PM
Unknown Object (File)
Oct 5 2024, 4:33 AM
Subscribers

Details

Summary

Context: https://phab.comm.dev/D10528#inline-64165

Quick 2 second diff. Ran IDE "Unused CSS selector" inspector to detect obvious unused CSS selectors. There were additional ones detected, I just selected the ones where there was no string match in codebase to be safe.

Test Plan

NA, searched codebase for the selector names and found no occurences.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

thanks for doing this!

This revision is now accepted and ready to land.Jan 4 2024, 2:04 PM
This revision was landed with ongoing or failed builds.Jan 4 2024, 2:09 PM
This revision was automatically updated to reflect the committed changes.

Just a heads up I noticed that you removed the chat.css file, in my stack I use this file to add some styles. Just wanted to call this out since this seems like it could be a potential merge conflict