Just FYI. Commit 5ecc2c2 is a little bit problematic, if Content Security Policies doesn't allow insecure data: schemes. It's usually not allowed, if CSP is defined. When it's not allowed, browsers refuse to use that svg-image (cursor) and they complain about it in "console".

It can be fixed by removing or overriding this css-rule. .tingle-modal { cursor: auto; } is enough to override this.
Could this cursor-thingy perhaps be optional or just use standard cursor keywords? https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
Other than that, 0.16.0 is working smoothly. 👍
Just FYI. Commit 5ecc2c2 is a little bit problematic, if Content Security Policies doesn't allow insecure
data:schemes. It's usually not allowed, if CSP is defined. When it's not allowed, browsers refuse to use that svg-image (cursor) and they complain about it in "console".It can be fixed by removing or overriding this css-rule.
.tingle-modal { cursor: auto; }is enough to override this.Could this cursor-thingy perhaps be optional or just use standard cursor keywords? https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
Other than that, 0.16.0 is working smoothly. 👍