Page MenuHomePhabricator

[web] Remove duplicate CSS properties within same selector
ClosedPublic

Authored by atul on Mar 31 2022, 10:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 1:18 PM
Unknown Object (File)
Wed, Jun 26, 6:05 PM
Unknown Object (File)
Wed, Jun 26, 6:05 PM
Unknown Object (File)
Wed, Jun 26, 6:05 PM
Unknown Object (File)
Wed, Jun 26, 6:05 PM
Unknown Object (File)
Wed, Jun 26, 6:05 PM
Unknown Object (File)
Wed, Jun 26, 6:04 PM
Unknown Object (File)
Wed, Jun 26, 5:57 PM

Details

Summary

Kept running across duplicate properties in CSS selectors and "sneaking in" their removal into other diffs. Just went ahead and cut all of them.

The last instance of the property within the selector is what "wins," so I just cut the instances that came before.

Test Plan

Shouldn't make a difference, basically no-op.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Mar 31 2022, 10:32 AM
atul retitled this revision from [web] Remove duplicate properties to [web] Remove duplicate CSS properties within same selector.Mar 31 2022, 10:41 AM

Can you add a screenshot of each of these components you're changing?

This revision now requires changes to proceed.Mar 31 2022, 10:57 AM
atul requested review of this revision.EditedMar 31 2022, 11:28 AM

Can you add a screenshot of each of these components you're changing?

Nothing should change visually since the last redundant property "wins," and I only removed the earlier instance of the property.

See:

Screen Shot 2022-03-31 at 2.26.36 PM.png (662×3 px, 267 KB)

This revision is now accepted and ready to land.Apr 1 2022, 8:17 AM
This revision was landed with ongoing or failed builds.Apr 4 2022, 2:44 PM
This revision was automatically updated to reflect the committed changes.