-
Notifications
You must be signed in to change notification settings - Fork 41
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
Spills styles over even when not active #32
Comments
well that sounds like a horrible bug. A) what browser? B) have you tested this out with any other theme? |
A) The user who reported it on Stack Overflow used, quote:
I verified it locally on Google Chrome. B) I did not - don't use themes other than the built-in ones. |
It seems to be coming from https://github.com/telamonian/theme-darcula/blob/master/style/codemirror-darcula.css and the comment in there: theme-darcula/style/codemirror-darcula.css Lines 6 to 8 in ff24101
Makes me suspect it might be the culprit. |
yeah that's the source, but the entire stylesheet should get unloaded on theme switch. Something's getting in the way |
@telamonian @krassowski should we move this conversation to the lab issue? jupyterlab/jupyterlab#10378 It seems to also be affecting the miami nights theme (linked in the issue), so probably the issue is related to federated theme extensions in general? |
Fix over in #33 |
Hi @telamonian, just FYI, there is a strange issue with this theme (or all external themes? I do not know) which results in some styles being active even if the theme is not active: https://stackoverflow.com/questions/67870994/change-the-mouse-select-color-in-jupyterlab-3
Even more strange is that simply disabling it via
jupyter labextension disable @telamonian/theme-darcula
did not work for me, I had to uninstall it completely withpip uninstall theme-darcula
to get rid of the issue (but maybe this is a federated extensions thing).The text was updated successfully, but these errors were encountered: