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

Add class crm-disabled #547

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

larssandergreen
Copy link

@larssandergreen larssandergreen commented Oct 3, 2022

Adds crm-disabled to work with this PR in Core, which makes the "disabled" links clickable by changing disabled class to crm-disabled, since disabled has a different meaning in Bootstrap.

The only links affected are the Configure links for each contribution page on Manage Contribution Pages.

Visually nothing is changed, this merely applies the color for
.crm-container table td .btn-slide-active ul.panel li .crm-hover-button.action-item.disabled
to
.crm-container table td .btn-slide-active ul.panel li .crm-hover-button.action-item.crm-disabled
as well and removes the cursor style, so you get normal link behaviour on hover.

Before

image

After

image

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