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

Text invisible in modal overlays #53

Closed
abrthel opened this issue Jan 25, 2017 · 2 comments
Closed

Text invisible in modal overlays #53

abrthel opened this issue Jan 25, 2017 · 2 comments
Labels
Milestone

Comments

@abrthel
Copy link

abrthel commented Jan 25, 2017

When trying to create a new file or folder the text in the window doesn't show up. However when I focus on another window other than atom the text in the prompt is visible.

capture

Environment
Atom: v1.13.1
nord-atom-ui: v0.10.0
nord-atom-syntax: v0.6.0
@arcticicestudio
Copy link
Contributor

Thanks for your report 👍
Seems like this is related to the Atom theme package API changes regarding the shadow DOM removal.
I had to adjust the colors of atom-text-editor[mini] to fix the find-and-replace text box, but it seems like there are edge cases the color must be wrapped into the specific selector class like for this bug it must be wrapped into the modal class.
I'll fix this as soon as possible and release a patch version.

@arcticicestudio arcticicestudio changed the title Text invisible in new file/folder window Text invisible in modal overlays Jan 25, 2017
@arcticicestudio
Copy link
Contributor

arcticicestudio commented Jan 25, 2017

🚢 Fixed and shipped in apm package release version 🏷 0.10.1.

Before

After

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants