-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Theme problem: Focused selection always ends up with background #d7d4f0 #14737
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
So apparently this selector works:
|
Description
No matter what theme I chose (even the official dark theme), when I select an area of text inside a notebook or the editor of the lab the selected text always ends up being #d7d4f0. I tried all sorts of css classes i could grasp but I am not able to change the background color of selected text that is focused. Is it only me experiencing this?
Reproduce
Open a notebook or txt-file in jupyterlab, select some text.
Expected behavior
Color changes to whatever is set in theme css variable --jp-editor-selected-focused-background
The text was updated successfully, but these errors were encountered: