-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Related to all versions. First observed on Windows 10 Desktop version.
Description
The deleted-message-placeholder is glaring in dark-mode. A more muted design would be nice.
I experimented in the client a bit using Ctrl+Shift+I
(that's a capital i) and changed the css of said placeholder by adding a bit of transparency.
background: repeating-linear-gradient( -45deg, #E2E2E0C0, #e2e2e2C0 3px, transparent 3px, transparent 6px );
box-shadow: 0px 0px 3px #ccccccc0 inset;
This is what it looks like after the change:
Since I don't know about riots architecture and I haven't tried this change in light mode I don't know where it should go.
Steps to reproduce
- Enable dark mode
- Go into a room
- Write a message
- Delete it
Log: not sent
swedneck
Metadata
Metadata
Assignees
Labels
No labels