diff --git a/WebGlass.js b/WebGlass.js index 3660b82..624cffe 100644 --- a/WebGlass.js +++ b/WebGlass.js @@ -108,7 +108,6 @@ const WebGlass = { applyBaseStyles: function (el, pre, color, transparency) { this.el.style.background = WebGlass.buildRgba(color, transparency); el.style.boxShadow = "inset 0 0 4px 0px white"; - el.style.cursor = "pointer"; if (!pre) { el.style.height = this.height + "px"; el.style.width = this.width + "px"; diff --git a/release_descriptions/v1.0.3.md b/release_descriptions/v1.0.3.md new file mode 100644 index 0000000..4379af1 --- /dev/null +++ b/release_descriptions/v1.0.3.md @@ -0,0 +1,5 @@ +# v1.0.3 +This release brings new functionality to demo page: +- Stop cursor from being a pointer automatically + +**Full Changelog**: https://github.com/JEMcats-Software/WebGlass/compare/v1.0.2...v1.0.3 \ No newline at end of file