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

Make link color white. #358

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

Sitetools
Copy link
Contributor

@Sitetools Sitetools commented Mar 7, 2023

There is a regression where the Add new record popup link is now blue.
This update overwrites the SilverStripe style (/resources/vendor/silverstripe/admin/client/dist/styles/bundle.css)

.ui-widget-content a, .ui-widget.ui-widget-content a, .ui-widget a {
    color: #0071c4;
}

Before:
Screenshot from 2023-12-19 13-48-08

After:
Screenshot from 2023-12-19 13-48-17

Copy link
Collaborator

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

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

Looks good - I was going to ask you to not use !important but this css file already uses that in a lot of places, and there's not really a clean way to handle this particular scenario, so if we didn't use !important here we'd have to trade one horror for another.

I've retargetted this PR to the 3.6 and reset commits - no change to the actual PR itself.
Will merge when CI goes green.

@GuySartorelli GuySartorelli changed the base branch from 3 to 3.6 December 19, 2023 00:54
@GuySartorelli GuySartorelli merged commit 377dc1e into symbiote:3.6 Dec 19, 2023
9 checks passed
@GuySartorelli
Copy link
Collaborator

This will be automatically tagged by GitHub actions. Thanks for contributing!

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.

2 participants