-
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.
[JENKINS-63193] Increase contrast of the disabled plugin uninstall button
Attachment | New: Captura de pantalla 2020-07-24 a las 10.50.18.png [ 51993 ] |
Description |
New:
When the "Uninstall" button on the /_pluginManager/installed_ page is disabled it has too low contrast that can bring in accessibility issues. See screenshot. !Captura de pantalla 2020-07-24 a las 10.50.18.png|width=598,height=282! 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. |
Epic Link | New: JENKINS-60919 [ 204316 ] |
Labels | New: newbie-friendly ui ux |
Assignee | New: Benny Cheng [ benebsiny ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
I've create a pull requests here