@m3e/stepper 1.0.3 → 1.0.5

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/dist/index.min.js CHANGED
@@ -98,10 +98,11 @@ function K(t,e){return(e,s,i)=>((t,e,s)=>(s.configurable=!0,s.enumerable=!0,Refl
98
98
  min-width: 0px;
99
99
  border-radius: var(--m3e-step-shape, ${h.shape.corner.medium});
100
100
  padding: var(--m3e-step-padding, 1.5rem);
101
+ user-select: none;
102
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
101
103
  }
102
104
  :host(:not([aria-disabled="true"])) {
103
105
  cursor: pointer;
104
- user-select: none;
105
106
  }
106
107
  .icon {
107
108
  flex: none;