You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting the dark high contrast theme, and using ctrl-f to search for text, the highlighted matched text is not readable. Maybe change the font colour to something dark for text matching a search pattern?
Reproduce
Change theme to dark high contrast
Create a code cell, with contents
abc
abc
abc
ctrl-f to search for ab
See the ab part of each line highlighted
Expected behavior
It should be clear which text is highlighted, but also the value of the highlighted text.
Actual Behavior
The matched text is highlighted with a background colour equal to the font colour, so the text can't be read.
Ok, I searched for ab so I know the highlighted text will contain ab. That's what makes this such a negligible bug. But perhaps I mis-typed, and I'm about to replace all for the wrong search text. Seeing it in the code would be helpful.
Context
Operating System and version: Ubuntu 24.04 (server)
Browser and version: Firefox 132.0.2 - inside Ubuntu Gnome with the OS dark theme turned on
The styles for it are defined in here. I think that for the fix we would need to override/adjust --jp-search-unselected-match-background-color value for dark high contrast theme.
Description
When selecting the dark high contrast theme, and using ctrl-f to search for text, the highlighted matched text is not readable. Maybe change the font colour to something dark for text matching a search pattern?
Reproduce
ab
ab
part of each line highlightedExpected behavior
It should be clear which text is highlighted, but also the value of the highlighted text.
Actual Behavior
The matched text is highlighted with a background colour equal to the font colour, so the text can't be read.
Ok, I searched for
ab
so I know the highlighted text will containab
. That's what makes this such a negligible bug. But perhaps I mis-typed, and I'm about to replace all for the wrong search text. Seeing it in the code would be helpful.Context
The text was updated successfully, but these errors were encountered: