Skip to content

Commit

Permalink
Fix hovering over emojis showing text cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-PH committed Feb 5, 2024
1 parent e5160a4 commit 065844e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contentScript/components/EmojiPicker/EmojiPicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

#tab-renamer-extension-emoji-picker .emoji-item .emoji-wrapper {
transform: translateY(-1.5px);
pointer-events: none;
}

#tab-renamer-extension-emoji-picker .emoji-item:hover {
Expand Down

0 comments on commit 065844e

Please sign in to comment.