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:
commit
9a3ae331ad
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
opacity: 0;
|
||||
font-size: 50px;
|
||||
transition: opacity 200ms ease-in-out;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.div-dropzone-spinner {
|
||||
|
|
Loading…
Reference in a new issue