Skip to content

Commit

Permalink
Merge branch 'dropdown_icon_not_clickable' into 'master'
Browse files Browse the repository at this point in the history
Dropdown icon not clickable

Fixes #1642 by using `pointer-events` property supported by [modern browsers](http://caniuse.com/#search=pointer-events)

See merge request !1319
  • Loading branch information
dzaporozhets committed Dec 11, 2014
2 parents 65b858a + eceda17 commit 9a3ae33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/generic/markdown_area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
opacity: 0;
font-size: 50px;
transition: opacity 200ms ease-in-out;
pointer-events: none;
}

.div-dropzone-spinner {
Expand Down

0 comments on commit 9a3ae33

Please sign in to comment.