civicrm / org.civicrm.shoreditch

Other
44 stars 59 forks source link

Add class crm-disabled #547

Open larssandergreen opened 2 years ago

larssandergreen commented 2 years ago

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