It should get inverted like text color does.
highlight.png
Even stranger on screenshots
highlight-screenshot.png
I recently added this to index.css:
index.css
::selection { background: var(--color-fill-yellow); color: var(--color-foreground-black); }
Just to make the app more similar to radicle-explorer. Maybe we don’t want to customize the selection color at all? Could also remove it and see if that fixes everything.
So this didn’t fix the strikethrough line to change color, or its not merged yet. It’s also not crucial to fix really, it works.
Ah, I didn’t merge anything yet :)
Even stranger on screenshots
highlight-screenshot.png
I recently added this to
index.css:Just to make the app more similar to radicle-explorer. Maybe we don’t want to customize the selection color at all? Could also remove it and see if that fixes everything.
So this didn’t fix the strikethrough line to change color, or its not merged yet. It’s also not crucial to fix really, it works.
Ah, I didn’t merge anything yet :)