Page MenuHomePhabricator

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

Authored by atul on Feb 28 2022, 3:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 19, 2:08 PM
Unknown Object (File)
Sat, Sep 14, 6:31 AM
Unknown Object (File)
Fri, Sep 13, 2:48 AM
Unknown Object (File)
Thu, Sep 5, 7:46 AM
Unknown Object (File)
Aug 25 2024, 6:18 PM
Unknown Object (File)
Aug 25 2024, 6:18 PM
Unknown Object (File)
Aug 25 2024, 6:17 PM
Unknown Object (File)
Aug 25 2024, 6:10 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.