Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FileBrowse and FolderBrowse icon style fill not getting replaced #91821

Merged
merged 1 commit into from
May 11, 2024

Conversation

ckaiser
Copy link
Contributor

@ckaiser ckaiser commented May 11, 2024

Fixes these two icons not looking right in light modes.

The color replacing code in the icon loader only works with the fill/stroke/stop-color properties and not with colors defined inside the style attribute. This changes the SVG files to use that instead.

Before:
image

After:
image

The color replacing code in the icon loader only works with the fill/stroke/stop-color properties and not with colors defined inside the style attribute. This changes the SVG files to use that instead.
@ckaiser ckaiser requested a review from a team as a code owner May 11, 2024 02:50
@akien-mga akien-mga added this to the 4.3 milestone May 11, 2024
@akien-mga akien-mga added the cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release label May 11, 2024
@akien-mga akien-mga merged commit 916ea00 into godotengine:master May 11, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release topic:editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants