-
Improvement
-
Resolution: Fixed
-
Minor
When the "Uninstall" button on the /pluginManager/installed page is disabled it has too low contrast that can bring in accessibility issues. See screenshot.
Solution:
- Remove the CSS rules for the `#plugins tr.has-dependents input.uninstall` selector.
- Bump the opacity of the disabled button from 0.2 to 0.4 or 0.5.
I've create a pull requests here