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
F2786178: D3891.id12150.diff
Fri, Sep 20, 10:39 PM
F2786026: D3891.id12155.diff
Fri, Sep 20, 9:26 PM
F2785735: D3891.diff
Fri, Sep 20, 8:01 PM
F2772827: D3891.id12155.diff
Fri, Sep 20, 1:47 AM
F2772826: D3891.id12150.diff
Fri, Sep 20, 1:47 AM
Unknown Object (File)
Sat, Sep 14, 4:51 PM
Unknown Object (File)
Mon, Sep 2, 2:58 PM
Unknown Object (File)
Wed, Aug 28, 8:03 AM

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