Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
fix(styles.js): disables tooltip text selection - I330
Browse files Browse the repository at this point in the history
Signed-off-by: elit-altum <[email protected]>
  • Loading branch information
elit-altum authored and jolanglinais committed Mar 12, 2020
1 parent 2ecd6b9 commit b1e3145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ export const HeaderToolTipWrapper = styled.div`
z-index: 99;
`;

export const HeaderToolTip = styled.div`
export const HeaderToolTip = styled.div.attrs({
'contentEditable': 'false'
})`
background-color: #121212;
padding: 10px;
border-radius: 3px;
Expand Down

0 comments on commit b1e3145

Please sign in to comment.