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
Comment #2
jaapjan commentedComment #3
agamich commentedI added new styles for unread thread and read indicator in private messages in this PR: https://github.com/goalgorilla/open_social/pull/1348
Comment #4
agamich commentedI've moved changes from 8.x-1.x to 8.x-6.x.
PR: https://github.com/goalgorilla/open_social/pull/1373
Comment #5
ronaldtebrake commentedWill be in 5.5