Page MenuHomePhabricator

Fix comment box borders in timelines after Phriction commenting
ClosedPublic

Authored by epriestley on Sep 18 2018, 2:50 PM.
Tags
None
Referenced Files
F13292749: D19684.diff
Wed, Jun 5, 5:02 AM
F13275559: D19684.diff
Fri, May 31, 4:55 AM
F13264332: D19684.diff
Mon, May 27, 4:16 PM
F13263578: D19684.id47037.diff
Mon, May 27, 10:25 AM
F13216720: D19684.diff
Sat, May 18, 1:59 AM
F13200297: D19684.diff
Mon, May 13, 10:55 PM
Unknown Object (File)
May 4 2024, 9:53 PM
Unknown Object (File)
May 4 2024, 7:01 AM
Subscribers
None

Details

Summary

Ref T13202. In D19660, I added comments to Phriction and tweaked some CSS.

One of these tweaks was getting rid of an extra border which was rendering under the comment area. However, I took off too much and ended up removing borders from other applications.

I think we don't actually need this setNoBorder() stuff after all -- a later change was sufficient to stop the actual border I was trying to get rid of from rendering. So this mostly just reverts part of D19660.

This rendering still isn't perfect, but I'm fine leaving that for another day for now.

Test Plan
  • Viewed comment areas in Phriction. Saw correct number of borders (1).
  • Viewed comment areas in Maniphest. Saw correct number of borders (1).
  • Grepped for extraneous removed classs, no hits.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable