Skip to content

Commit

Permalink
Prevent cursor events on app-logo svg (#6276)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostadriano authored and Timer committed Jan 25, 2019
1 parent 91f54af commit 714599d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/template-typescript/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}

.App-header {
Expand Down
1 change: 1 addition & 0 deletions packages/react-scripts/template/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}

.App-header {
Expand Down

0 comments on commit 714599d

Please sign in to comment.