@m3e/stepper 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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/dist/src/StepElement.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -455,10 +455,11 @@ M3eStepElement.styles = css `
|
|
|
455
455
|
min-width: 0px;
|
|
456
456
|
border-radius: var(--m3e-step-shape, ${DesignToken.shape.corner.medium});
|
|
457
457
|
padding: var(--m3e-step-padding, 1.5rem);
|
|
458
|
+
user-select: none;
|
|
459
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
458
460
|
}
|
|
459
461
|
:host(:not([aria-disabled="true"])) {
|
|
460
462
|
cursor: pointer;
|
|
461
|
-
user-select: none;
|
|
462
463
|
}
|
|
463
464
|
.icon {
|
|
464
465
|
flex: none;
|