From 1ca06e12835725a79ed487b94659b511b279bef1 Mon Sep 17 00:00:00 2001 From: Mark VanLandingham Date: Thu, 15 Aug 2024 10:26:36 -0500 Subject: [PATCH] UX: Style reviewables in the user menu when avatars are enabled (#28388) --- app/assets/stylesheets/common/base/menu-panel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/menu-panel.scss b/app/assets/stylesheets/common/base/menu-panel.scss index c132dfc8f03..51fe160f721 100644 --- a/app/assets/stylesheets/common/base/menu-panel.scss +++ b/app/assets/stylesheets/common/base/menu-panel.scss @@ -581,6 +581,7 @@ .user-notifications-list.show-avatars { li.notification, li.bookmark, + li.reviewable, li.message { a { color: var(--primary);