HomePhabricator
Diffusion Comm 9a3db8380f51

[web] Change See More... hover color to match chat threads hover color

Description

[web] Change See More... hover color to match chat threads hover color

Summary:
Changed the div.thread class's hover color to match the hover color of the
activeThread, since var(--thread-active-bg) is a different shade from
var(--thread-hover-bg).

The difference is shown in the themes.css file:

--thread-hover-bg: var(--shades-black-90);
--thread-active-bg: var(--shades-black-80);

Test Plan:
Ran the before and after versions of this change and visually
the colors are the same with this change.

Before:

Screen Shot 2022-09-16 at 1.46.50 PM.png (422×802 px, 37 KB)

After:

Screen Shot 2022-09-16 at 1.46.13 PM.png (402×810 px, 36 KB)

For a closer look at the change in the thread color:

Before:

Screen Shot 2022-09-16 at 2.10.01 PM.png (410×816 px, 36 KB)

After:

Screen Shot 2022-09-16 at 2.09.50 PM.png (440×812 px, 37 KB)

Reviewers: atul, varun

Reviewed By: atul, varun

Subscribers: varun, ashoat, tomek, abosh

Differential Revision: https://phab.comm.dev/D5162

Details

Provenance
rohanAuthored on Sep 21 2022, 8:17 AM
Reviewer
atul
Differential Revision
D5162: [web] Change See More... hover color to match chat threads hover color
Parents
rCOMM2a32d90d865e: Bump jose from 2.0.5 to 2.0.6
Branches
Unknown
Tags
Unknown