Custom footer is dimmed
See original GitHub issueDescription
Hiding of GitHub’s global footer seems to have been a base feature for ages, and that was fine since it seldom was used.
GitHub in November introduced a feature to add custom footers for enterprises:
Using this with Refined GitHub enabled results in our custom added links also being dimmed (including our logo at left being hidden):
Without Refined GitHub enabled both enterprise logo and links are normal:
When inspecting the page this line of custom links is in a div
within the footer
element:
I suggest adding the dim GitHub footer feature as an option that can be enabled and disabled by users, so enterprises using this can suggest users with Refined GitHub disable that dimming feature.
Or only dim the global GitHub line in the footer, and not the enterprise line.
Screenshot
No response
Example URL
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:16 (10 by maintainers)
Top GitHub Comments
I am very grateful for your time and effort! 😃👍
Here are a fresh dump of the HTML with Refined GitHub versjon 22.1.18 enabled.
Unfortunately I have not been able to find the CSS that is hiding the elements. I am not a web developer, and does not have a lot of experience using Chrome DevTools.
I have created a temporary organization that you can test this in, if that is of interest? If so, I have sent you both (@fregante & @cheap-glitch) an invite to join this empty organization, but with custom footers enabled. If this is not of interest just ignore the invite, and I can try to keep searching to understand why the footer is dimmed and images hidden.
Click to expand HTML for footer-element...
@cheap-glitch Thanks for your interest and +1 👍
I have captured the full HTML snippet of the footer, it can be accessed here: https://gist.github.com/Gakk/9c8f073643b6ffcae001670a66ffd4c2
EDIT: Added it here as well for documentation, so the comment is not depending on my user gists
Click to expand HTML code...