-
Notifications
You must be signed in to change notification settings - Fork 51
White Bar on GHE Pages #76
Comments
This is probably StylishThemes/GitHub-Dark#1057. Try force-updating. |
I did, nothing happened but you're right. It's the same issue. I can follow that one if you want to close this one. |
A portion of this style is auto generated from the css on github.com, so sometimes when UI changes are made and we regenerate the style it works fine on github.com but breaks on GHE installs. You'll probably need to install a copy of this style from a few days ago before this change was fixed and use that until your GHE instance is updated to a newer version. |
Ahhh okay cool I'll try that in the morning. Thanks!
…On Wed, Feb 12, 2020, 6:54 PM Brian Surowiec ***@***.***> wrote:
A portion of this style is auto generated from the css on github.com, so
sometimes when UI changes are made and we regenerate the style it works
fine on github.com but breaks on GHE installs. You'll probably need to
install a copy of this style from a few days ago before this change was
fixed and use that until your GHE instance is updated to a newer version.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#76?email_source=notifications&email_token=ACASGUIB5BWS64OCSZVHYUDRCSK3FA5CNFSM4KUEVOCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELS65UA#issuecomment-585494224>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACASGUI6QLPBDMOYWD26E5TRCSK3FANCNFSM4KUEVOCA>
.
|
GitHub Dark script does not account for extra moz-document sections. Needs fixing. See info on #75 |
@xt0rted I went back to older versions (going back as far as june 2019) and it's still happening |
Find the CSS selector of the rule that adds the background and post the full rule here. We generally can't really support GHE by other means unfortunately. |
I did some messing around in the css for stylus. Adding the following worked for me: |
it seems like the comment bar is also doing the same thing so I'll do some more digging and see if i can figure out the selector for that too :) |
Can you post the original rule out of GHE CSS? |
To fix the comment bar:
How do I get the original rule out of the CSS? Sorry I'm not really a web dev. |
Is this what you're looking for?
|
Yes, added that in StylishThemes/GitHub-Dark@133104f. Try force-updating the style. |
That's the same issue as StylishThemes/GitHub-Dark#989. There's some information in there from someone else who was fixing it for their GHE instance. |
@szarroug3 can you show the CSS rule affecting the triangle on the left? It should be .timeline-comment--caret::after {
border-right-color: #f6f8fa;
} |
Comment form should be done in StylishThemes/GitHub-Dark@9b8cb82 minus the triangle. |
I think you might also need this:
|
try force update again |
Sorry! I might've given you the wrong rule. Here's the correct one:
|
These lines fixed the comment box and the current user box for me:
|
Scoped the selectors and copied yours in, try again. |
Looks like that fixed the user comment box and the make a comment box but not the other people commented box, i'll look for that one right now |
Ignore that, it looks like other people's comment's don't have a triangle next to them on GHE for some reason. Thanks for fixing everything! 😄 |
🎉 |
On Github Enterprise, it seems the bar the background is not being applied to the top bar where you can click "Code", "Issues", "Pull Requests", etc causing the background to be white rather than match the rest of the page.
The text was updated successfully, but these errors were encountered: