Skip to content

Commit 83ff88c

Browse files
committed
v1.0.3
1 parent e9e189f commit 83ff88c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

WebGlass.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ const WebGlass = {
108108
applyBaseStyles: function (el, pre, color, transparency) {
109109
this.el.style.background = WebGlass.buildRgba(color, transparency);
110110
el.style.boxShadow = "inset 0 0 4px 0px white";
111-
el.style.cursor = "pointer";
112111
if (!pre) {
113112
el.style.height = this.height + "px";
114113
el.style.width = this.width + "px";

release_descriptions/v1.0.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.3
2+
This release brings new functionality to demo page:
3+
- Stop cursor from being a pointer automatically
4+
5+
**Full Changelog**: https://github.com/JEMcats-Software/WebGlass/compare/v1.0.2...v1.0.3

0 commit comments

Comments
 (0)