Skip to content

Commit

Permalink
Merge pull request summernote#1896 from SalesLoft/css-pointer-events
Browse files Browse the repository at this point in the history
Remove invalid `pointer-event` css property
  • Loading branch information
hackerwins authored Jul 9, 2016
2 parents 7e9b4ad + f95a6cf commit 4c3f5a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/less/summernote.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
color: @dropzone-color;
background-color: white;
opacity: 0.95;
pointer-event: none;

.note-dropzone-message {
display: table-cell;
Expand Down
1 change: 0 additions & 1 deletion src/less/summernote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ $background-color: #f5f5f5;
color: $dropzone-color;
background-color: white;
opacity: 0.95;
pointer-event: none;

.note-dropzone-message {
display: table-cell;
Expand Down

0 comments on commit 4c3f5a0

Please sign in to comment.