@pacem/pacem-theme-less 1.0.3 → 1.0.4

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.
@@ -119,6 +119,7 @@ a.@{PCSS}-button,
119
119
  vertical-align: middle;
120
120
  margin: 0 @_margin @_margin 0;
121
121
  user-select: none;
122
+ -webkit-tap-highlight-color: transparent;
122
123
 
123
124
  .ButtonColorize(@clr, @clr_fore) {
124
125
  background: @clr;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.3",
2
+ "version": "1.0.4",
3
3
  "name": "@pacem/pacem-theme-less",
4
4
  "type": "module",
5
5
  "homepage": "https://js.pacem.it",