Skip to content

Commit a0c8fa2

Browse files
author
Colleen Palmer
committed
Selected Conversations No Longer Change Colour
fixes CNVS-17759 Brings back the blue highlight for active conversations. Uses our background color variable to meet accessibility with high-contrast. Test plan: - Go to conversations - Highlight a conversation and now it should have a blue background to let you know it's the active message Change-Id: Icbbbc37094667943ecfa3a4ca82d44f2355db6ae Reviewed-on: https://gerrit.instructure.com/47985 Reviewed-by: Chris Hart <chart@instructure.com> Product-Review: Chris Hart <chart@instructure.com> Tested-by: Jenkins QA-Review: Steven Shepherd <sshepherd@instructure.com>
1 parent f564950 commit a0c8fa2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/stylesheets/pages/conversations/_conversations_new.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,11 @@
182182
position: relative;
183183

184184
&.active {
185-
background: lighten($canvas-neutral, 10);
185+
background: $can-bg-light-primary;
186+
}
187+
&:hover {
188+
background: $can-bg-light-primary;
186189
}
187-
188190
&:hover .message-actions a, .message-actions a:focus {
189191
left: 0;
190192
outline: none;

0 commit comments

Comments
 (0)