Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion WebGlass.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 5 additions & 0 deletions release_descriptions/v1.0.3.md
Original file line number Diff line number Diff line change
@@ -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