Merge branch 'dropdown_icon_not_clickable' into 'master'

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
This commit is contained in:
Dmitriy Zaporozhets 2014-12-11 15:02:01 +00:00
commit 9a3ae331ad

View file

@ -20,6 +20,7 @@
opacity: 0;
font-size: 50px;
transition: opacity 200ms ease-in-out;
pointer-events: none;
}
.div-dropzone-spinner {