Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix clean-dashboard’s background color - #4842

Merged
fregante merged 1 commit into
mainfrom
fix-border-color
Oct 1, 2021
Merged

Fix clean-dashboard’s background color#4842
fregante merged 1 commit into
mainfrom
fix-border-color

Conversation

@fregante

@fregante fregante commented Oct 1, 2021

Copy link
Copy Markdown
Member

@fregante fregante added the bug label Oct 1, 2021
Comment thread source/refined-github.css
--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
Copy Markdown
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
Copy Markdown
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
/* 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
Copy Markdown
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