Skip to content

Commit

Permalink
Merge pull request #30780 from bernhardoj/fix/29824-hover-on-tooltip
Browse files Browse the repository at this point in the history
Fix hover over message link tootlip clears the report action hover color
  • Loading branch information
deetergp authored Nov 13, 2023
2 parents 2bf29e5 + f2b2089 commit d6cef83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/getTooltipStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export default function getTooltipStyles(

// We are adding this to prevent the tooltip text from being selected and copied on CTRL + A.
...styles.userSelectNone,
...styles.pointerEventsNone,
},
textStyle: {
color: themeColors.textReversed,
Expand Down

0 comments on commit d6cef83

Please sign in to comment.