Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
really pointer-events none.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jun 17, 2014
1 parent cbba1b2 commit 144f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/design-canvas/design-canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

polyfill-next-selector { content: '.drag-element *'; }
::content .drag-element * {
::content .drag-element /deep/ * {
pointer-events: none !important;
}

Expand Down

0 comments on commit 144f914

Please sign in to comment.