Skip to content

Remove Not Disabled Selectors on Buttons

Andrew Fontaine requested to merge remove-not-disabled-selector into master

What does this MR do?

Removes unneeded :not(:disabled):not(.disabled) selectors from outline buttons, as it seems unnecessary and is causing specificity errors.

image

disabled_buttons

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Merge request reports