Page MenuHomePhabricator

[web] Fix typo in `style.css`
ClosedPublic

Authored by atul on Feb 28 2022, 3:13 PM.
Tags
None
Referenced Files
F2199572: D3308.diff
Fri, Jul 5, 8:50 PM
F2197093: D3308.id.diff
Fri, Jul 5, 2:15 PM
F2195816: D3308.id9996.diff
Fri, Jul 5, 11:17 AM
Unknown Object (File)
Thu, Jul 4, 12:05 PM
Unknown Object (File)
Thu, Jul 4, 5:11 AM
Unknown Object (File)
Tue, Jul 2, 9:51 AM
Unknown Object (File)
Tue, Jul 2, 6:39 AM
Unknown Object (File)
Sun, Jun 16, 12:12 PM

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Feb 28 2022, 3:17 PM
Harbormaster failed remote builds in B7075: Diff 9966!
atul requested review of this revision.Feb 28 2022, 4:07 PM

Could you add a screen shot? Does this code even do anything? Maybe it should be removed?

This revision now requires changes to proceed.Feb 28 2022, 4:37 PM

Could you add a screen shot? Does this code even do anything? Maybe it should be removed?

There's a <header> with className header in both splash.react.js and app.react.js.. which corresponds to the header:

b8a8.png (130×3 px, 44 KB)

The typo was "covered up" by the div.main-header within the header which has its background set to var(--bg).

The typo was mistakenly introduced in this commit: https://phabricator.ashoat.com/D2928

atul requested review of this revision.Feb 28 2022, 5:55 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 1 2022, 7:04 AM
This revision was automatically updated to reflect the committed changes.

@atul, please do not land diffs that are not in an accepted state. If you do find yourself needing to do that, please add a comment to the diff explaining why you're doing it. Your current pattern is normalizing this behavior on the team and I would like us to avoid normalizing it.