Website: /images/copycode.svg is a white outline and thus invisible

Created on 6 Jul 2020  ·  8Comments  ·  Source: kubernetes/website

/static/images/copycode.svg has a white fill-color which renders it non-visible in most cases. For example, see this code block, and hover just to the right of the file name.

Change the fill color on this SVG to a more visible color, for example #3371e3. This should be as simple as changing the fill property on line 1 of the SVG file:

<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="#FFFFFF"> 

To do this, open the SVG file in a text/code editor rather than an image program.

good first issue help wanted kinbug prioritbacklog

All 8 comments

/kind cleanup
/good-first-issue

@celestehorgan:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/kind cleanup
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

/assign @Arhell

This is a bug, I think.

/remove-kind cleanup
/kind bug
/priority backlog

(“backlog” doesn't mean “won't get done”; it's the right priority for most issues that we triage, and a lot of those get done)

Can this issue be closed? It was fixed by PR the PR had it as issue and not a valid keyword to close out the issue.

/close

@celestehorgan: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings