Skip to content

Deleted-Message-Placeholder is too bright in dark mode #8655

@targodan

Description

@targodan

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:
capture

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions