Skip to content

Commit

Permalink
Merge pull request #752 from oasisprotocol/mz/ff
Browse files Browse the repository at this point in the history
Fix graph hover states in Firefox
  • Loading branch information
buberdds authored Jul 19, 2023
2 parents c838d6d + a603c31 commit feeed6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/752.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix graph hover states in Firefox
1 change: 1 addition & 0 deletions src/app/pages/HomePage/Graph/Graph/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const GraphStyled = styled('svg', {
},
text: {
userSelect: 'none',
pointerEvents: 'none',
},
'g.highlight': {
'&:hover, &:focus-visible': {
Expand Down

0 comments on commit feeed6e

Please sign in to comment.