question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: "new pull request" button

See original GitHub issue

Which option do I need to disable to get the “new pull request” button back on the main repo page? I have to do PRs from the master branch into staging/production branches after merging feature branches into master. With this great extension installed this button is gone.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jeronecommented, Jun 3, 2019

@jsumners commented on Jun 3, 2019, 1:50 PM GMT+2:

Well this is an unfortunate outcome.

Why is this unfortunate? Go to GitHub Refined options, and paste the following in the “Custom CSS” textbox:

/* Show new PR button again. See https://github.com/sindresorhus/refined-github/issues/2107#issuecomment-498236040 */
 .file-navigation .new-pull-request-btn { 
 	display: inline-block;
}
1reaction
buschescommented, May 31, 2019

Thanks for the screenshot. I always create my PRs from the branch push popup or the PR page and never noticed the button there.

You’re correct in that it’s not directly tied to a feature to be disabled, but what yakov116 linked shows you the CSS you can override to enable it again.

This is one of many UI cleanups we do and I can’t see us adding a feature to disable it in the future, with it being easily overridden via CSS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

github - "Create pull request" button missing when basing pull ...
The "Create Pull Request" button just disappeared. In my case, I was trying to merge a specific commit from a "develop" branch into...
Read more >
Question: "new pull request" button · Issue #2107 - GitHub
Which option do I need to disable to get the "new pull request" button back on the main repo page? I have to...
Read more >
Pull request button missing - Visual Studio Feedback
My “Create Pull Request” button is missing on the screen when browsing a branch of a repository. The button disappeared after I created...
Read more >
Create pull request button not visible in Github repository
I have commited some changes in dev branch, Now I am trying to create a pull request from dev to another branch 'staging'....
Read more >
Create Pull Request button on Pull Request page st...
I am seeing this same issue. I have Administrator rights, and my teammates can see the big blue "Create Pull Request" button as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found