Commit 9a3ae331 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
parents 65b858a7 eceda17f
......@@ -20,6 +20,7 @@
opacity: 0;
font-size: 50px;
transition: opacity 200ms ease-in-out;
pointer-events: none;
}
.div-dropzone-spinner {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment