ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
337 stars 77 forks source link

Content creator page visibility issue with light color theme #1388

Closed TamiTakamiya closed 2 weeks ago

TamiTakamiya commented 2 weeks ago

An visiblity issue was found on the status div on the new Ansible content creator page when a light color theme was used. This PR is for fixing that issue. We may want to add more changes (background color for errors, border radius, etc.) later.

BEFORE

With a light color theem

image

With a dark color theme

image

AFTER

With a light color theme

image

With a dark color theme

image