Skip to content

Conversation

@bollwyvl
Copy link

@bollwyvl bollwyvl commented Aug 17, 2019

Playing with this on binder: looking great!

With the stock JupyterLab dark theme, after highlighting a prosemirror and then selecting another cell, the unselected editor has white-on-white text.
Screenshot from 2019-08-17 12-29-52

This just sets the background to transparent.
Screenshot from 2019-08-17 12-31-03

Could use a var(--jp-, but it seems like less is probably more, if the goal is trying to make the editing experience feel seamless, this should be the most predictable across themes. Just unsetting it inherits some other styling which disappears when you actually select it. Not nice.

Will keep investigating some other things!

wip binder: Binder


.jp-scribe-menu-content {
padding: 5px 12px 12px 12px;
background-color: var(--jp-layout-color2);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2019-08-17 13-16-39

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this is after a reload on binder without the previous menu bar fix... will re-screenshot from demo binder.

@isabela-pf
Copy link
Collaborator

Thank you so much for working on this! I was just about to post an issue for all the dark mode mishaps, so I'll note that you're already fixing many of the problems I found.

@isabela-pf isabela-pf mentioned this pull request Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants