We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When editing a node, text color still white, same as background color, so I have to change the background color.
The text was updated successfully, but these errors were encountered:
style - updated.txt Please use the stylesheet that should help you .. tried and tested
Sorry, something went wrong.
I don't think it's a good idea to replace the entire css. For now, i'm fixing this within my app custom style using the code below:
.jstree-proton .jstree-clicked { color: inherit; }
A proper fix should be done and merged in a new version of this package. Any contributor have suggestions? (@vedraan , @tihomiro , @brunowego)
No branches or pull requests
When editing a node, text color still white, same as background color, so I have to change the background color.
The text was updated successfully, but these errors were encountered: