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

ENH Update status flag styling #562

Open
wants to merge 1 commit into
base: 7
Choose a base branch
from

Conversation

GuySartorelli
Copy link
Collaborator

Status flags are made generic in silverstripe/silverstripe-framework#11460 and can be displayed in multiple places now.

This PR gives them the same styling regardless of where they're displayed, instead of specifying that the styling is for the site tree badges only.

Issue

Status flags can be displayed in multiple places now, so this change
gives them the same styling regardless of where they're displayed.
Comment on lines +27 to +31
.badge.status-workflow-approval {
background-color: #E8FAFF;
border-color: #0070B4;
color: #0070B4;
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This bit used to be in silverstripe/admin for some reason.

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

Successfully merging this pull request may close these issues.

1 participant