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.
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
After