Page MenuHomePhabricator

[web] Remove extraneous `border-radius` property in `modal.css: modalContainer`
ClosedPublic

Authored by atul on May 2 2022, 12:31 PM.
Tags
None
Referenced Files
F3234342: D3891.diff
Tue, Nov 12, 7:07 PM
Unknown Object (File)
Mon, Nov 11, 6:53 AM
Unknown Object (File)
Sat, Nov 9, 10:49 PM
Unknown Object (File)
Thu, Oct 17, 7:48 PM
Unknown Object (File)
Thu, Oct 17, 7:48 PM
Unknown Object (File)
Thu, Oct 17, 7:48 PM
Unknown Object (File)
Thu, Oct 17, 7:46 PM
Unknown Object (File)
Sep 20 2024, 10:39 PM

Details

Summary

This is getting overridden by the border-radius: 8px below so it isn't having any effect.

The second instance is from 6 days ago and the first is from 3 months ago, so guessing the border-radius from 6 days ago "is the right one."

Test Plan
  1. Put code editor and modal side by side
  2. Comment out first border-radius property
  3. Check that appearance of modal doesn't change
  4. Manually change the border-radius to 15px to make sure I would have noticed the visual change

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.May 2 2022, 12:32 PM
atul retitled this revision from [web] Remove extraneous `border-radius` property in `div.modalContainer` to [web] Remove extraneous `border-radius` property in `modal.css:div.modalContainer`.
atul retitled this revision from [web] Remove extraneous `border-radius` property in `modal.css:div.modalContainer` to [web] Remove extraneous `border-radius` property in `modal.css: modalContainer`.
This revision is now accepted and ready to land.May 2 2022, 12:50 PM