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

Allow disabling clean-mergeability-box + fix some CSS leak #6415

Merged
merged 9 commits into from
Mar 14, 2023

Conversation

mskelton
Copy link
Contributor

This makes clean-mergeability-box a feature and wraps the CSS for extend-diff-expander and show-names behind the associated feature classes.

Screenshot

image

Copy link
Member

@fregante fregante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

source/features/show-names.tsx Outdated Show resolved Hide resolved
source/features/clean-mergeability-box.tsx Outdated Show resolved Hide resolved
readme.md Outdated Show resolved Hide resolved
@mskelton mskelton marked this pull request as ready for review March 12, 2023 05:10
@mskelton mskelton requested a review from fregante March 12, 2023 12:55
@@ -53,6 +53,11 @@
vertical-align: baseline !important;
}

/* Fix spacing of repo header button icons #5620 */
.pagehead-actions :is(.btn, summary) .octicon:not(.octicon-triangle-down) {
margin-right: 4px !important;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@fregante fregante changed the title Makes a few more CSS features disableable Allow disabling clean-mergeability-box + fix some CSS leak Mar 14, 2023
@fregante fregante merged commit 64b127e into refined-github:main Mar 14, 2023
@fregante fregante mentioned this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants