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

Fix clean-dashboard’s background color #4842

Merged
merged 1 commit into from
Oct 1, 2021
Merged

Fix clean-dashboard’s background color #4842

merged 1 commit into from
Oct 1, 2021

Conversation

fregante
Copy link
Member

@fregante fregante commented Oct 1, 2021

@fregante fregante added the bug label Oct 1, 2021
@@ -2,7 +2,7 @@
/* 2020-12-15: these variables only exist for GHE #3798 */
--github-green: var(--color-text-success, #28a745);
--github-red: var(--color-text-danger, #cb2431);
--github-border-color: var(--color-border-primary, #e1e4e8);
--github-border-color: var(--color-border-muted, #e1e4e8);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is also affecting other features. Here's the before/after

Screen Shot 9 Screen Shot 7

Screen Shot 8 Screen Shot 4

Copy link
Member Author

Choose a reason for hiding this comment

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

Like #3806

@fregante fregante marked this pull request as ready for review October 1, 2021 22:38
@@ -16,7 +16,7 @@

/* Add background and border Whole list */
.rgh-clean-dashboard .news > .f4 + div {
background-color: var(--color-bg-canvas, #fff);
background-color: var(--color-canvas-default, var(--color-bg-canvas));
Copy link
Member Author

Choose a reason for hiding this comment

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

Also drops the default hardcoded white. Now it will default to transparent instead, which is almost good anyway.

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

Successfully merging this pull request may close these issues.

White github.com due to clean-dashboard
1 participant