Page MenuHomePhabricator

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

Authored by atul on Feb 28 2022, 3:13 PM.
Tags
None
Referenced Files
F2168849: D3308.diff
Tue, Jul 2, 9:51 AM
Unknown Object (File)
Tue, Jul 2, 6:39 AM
Unknown Object (File)
Sun, Jun 16, 12:12 PM
Unknown Object (File)
Wed, Jun 5, 9:38 PM
Unknown Object (File)
Tue, Jun 4, 6:18 AM
Unknown Object (File)
Mon, Jun 3, 3:25 PM
Unknown Object (File)
May 14 2024, 9:22 PM
Unknown Object (File)
Apr 22 2024, 9:52 AM

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.