Merge pull request #3027 from yougotwill/fix/ses-1441/multiselect_message_highlight

SES-1441 fix: if we are in multiselect mode dont highlight the message
pull/3028/head
Audric Ackermann 4 months ago committed by GitHub
commit 69002156d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -58,10 +58,9 @@ const StyledReadableMessage = styled.div<{
}
${props =>
!props.selected &&
props.isRightClicked &&
`
background-color: var(--conversation-tab-background-selected-color);
`}
`background-color: var(--conversation-tab-background-selected-color);`}
`;
export const GenericReadableMessage = (props: Props) => {

Loading…
Cancel
Save