Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing green new button #5137

Closed
2 of 3 tasks
haoadoreorange opened this issue Dec 1, 2021 · 4 comments
Closed
2 of 3 tasks

Missing green new button #5137

haoadoreorange opened this issue Dec 1, 2021 · 4 comments

Comments

@haoadoreorange
Copy link

Please ensure:

  • The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.

Include in this issue:

  • Screenshots/video/gif demonstrating the bug, if it’s visual
  • Console errors, if any

Description

Whenever I turn on the extension the green button on the left on homepage is gone

  • here's extension disable
    image
  • here's extension enable
    image

Find features doesn't find it. I manually disable all features showed in the console but doesn't resolve it either.

Example URL

https://github.com

Browser(s) used

Firefox

@fregante
Copy link
Member

fregante commented Dec 1, 2021

It's a "cleanup" feature. The same button is available on the top right menu, on every page (not just the homepage)

Screen Shot 7

@fregante fregante closed this as completed Dec 1, 2021
@haoadoreorange
Copy link
Author

I understand that, is it possible to keep the button ? I know there that same button but I use the green one quite often.

@yakov116
Copy link
Member

yakov116 commented Dec 1, 2021

Use the custom CSS box

.rgh-clean-dashboard .dashboard-sidebar a[href='/new'] {
	display: block !important;
}

@jerone
Copy link
Contributor

jerone commented Jul 7, 2022

Improved version of above custom CSS:

/* https://github.com/refined-github/refined-github/issues/5137#issuecomment-1177864499 */
.dashboard-sidebar a.btn[href$="/new"] {
	display: block !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants