-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Hide command line instructions when merge form is visible #13956
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
Conversation
This is done to avoid anchor link right below the button which looks bad and can cause mis-click/tap. There is no easy way to make the element flow inline when form is visible because the neighboring element must also be inline, which form is not (and can not be). |
This is a draft because @silverwind any proposed solutions? I imagine this will crop up more and more as these helpers are being used. |
Codecov Report
@@ Coverage Diff @@
## master #13956 +/- ##
==========================================
+ Coverage 42.21% 42.23% +0.02%
==========================================
Files 710 710
Lines 77226 77233 +7
==========================================
+ Hits 32600 32621 +21
+ Misses 39249 39245 -4
+ Partials 5377 5367 -10
Continue to review full report at Codecov.
|
How so? Is this on Firefox? - as it appears to work fine on Chrome. Would it work better if the element was wrapped in a div that was hidden instead ? |
Chromium, the
Won't that screw up with inline styling, which is the whole point of adding |
Would remove the |
ci failed is unrelated and I have restarted it. |
Hides element introduced by #13840 when merge form is visible.
Before:

After:

