Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Highlighting doesn't change strikethrough line color
did:key:z6MkfgZK...5YMm opened 1 year ago

It should get inverted like text color does.

highlight.png

z6MkfgZK...5YMm added UI fix 1 year ago
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 :)