Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Highlighting doesn't change strikethrough line color
Open did:key:z6MkfgZK...5YMm opened 1 year ago UI fix

It should get inverted like text color does.

highlight.png

z6MkfgZK...5YMm commented 1 year ago

Even stranger on screenshots

highlight-screenshot.png

rudolfs commented 1 year ago

I recently added this to 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.

z6MkfgZK...5YMm commented 1 year ago

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.

rudolfs commented 1 year ago

Ah, I didn’t merge anything yet :)