Skip to content

Commit

Permalink
fix(css): use pointer-events:none on Menu dropdown SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed May 5, 2022
1 parent 9074ea7 commit c302d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-ants-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphiql': patch
---

Add 'pointer-events: none' to SVG style for dropdown arrow in GraphiQL.Menu component
1 change: 1 addition & 0 deletions packages/graphiql/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
width: 34px;
}

.graphiql-container .toolbar-button > svg,
.graphiql-container .execute-button svg {
pointer-events: none;
}
Expand Down

0 comments on commit c302d3f

Please sign in to comment.