Skip to content

Commit 714599d

Browse files
kostadrianoTimer
authored andcommitted
Prevent cursor events on app-logo svg (facebook#6276)
1 parent 91f54af commit 714599d

File tree

2 files changed

+2
-0
lines changed
  • packages/react-scripts

2 files changed

+2
-0
lines changed

packages/react-scripts/template-typescript/src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.App-logo {
66
animation: App-logo-spin infinite 20s linear;
77
height: 40vmin;
8+
pointer-events: none;
89
}
910

1011
.App-header {

packages/react-scripts/template/src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.App-logo {
66
animation: App-logo-spin infinite 20s linear;
77
height: 40vmin;
8+
pointer-events: none;
89
}
910

1011
.App-header {

0 commit comments

Comments
 (0)