holygrail2 1.0.54 → 1.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -669,6 +669,7 @@ button {
669
669
  border: 1px solid transparent;
670
670
  background-color: transparent;
671
671
  padding: 0;
672
+ cursor: pointer;
672
673
  }
673
674
 
674
675
  &:disabled,