Problem

Colors are reserved for the socialblue theme which is good. However, the unread-thread class for the private message module contains no color changes at all in the socialbase theme which can lead to UX issues.

Suggested Solution

Let socialbase change:
- The background card color to be slightly off-white (from it's default, white).
- The read-indicator a background-color of something like rgba(0,0,0,0.2)

This introduces some grayscale values into socialbase to ensure that UX works on any theme that uses it while still allowing these values to be easily overwritten by subthemes (socialblue will continue to function as normal).

Comments

Kingdutch created an issue. See original summary.

jaapjan’s picture

Category: Bug report » Task
agamich’s picture

Status: Active » Needs review

I added new styles for unread thread and read indicator in private messages in this PR: https://github.com/goalgorilla/open_social/pull/1348

agamich’s picture

Version: 8.x-1.x-dev » 8.x-6.x-dev

I've moved changes from 8.x-1.x to 8.x-6.x.
PR: https://github.com/goalgorilla/open_social/pull/1373

ronaldtebrake’s picture

Status: Needs review » Fixed

Will be in 5.5

  • eaa644e committed on 8.x-6.x
    Issue #2949011 by agami4: Add new styles for unread thread card on...

  • Kingdutch committed 8319574 on 8.x-5.x
    Issue #2949011 by agami4: Add new styles for unread thread card on...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.