@m3e/slider 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
CHANGED
|
@@ -207,6 +207,8 @@ M3eSliderThumbElement.styles = css `
|
|
|
207
207
|
top: 0;
|
|
208
208
|
bottom: 0;
|
|
209
209
|
border-radius: var(--m3e-slider-thumb-shape, ${DesignToken.shape.corner.full});
|
|
210
|
+
user-select: none;
|
|
211
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
210
212
|
}
|
|
211
213
|
.base {
|
|
212
214
|
box-sizing: border-box;
|
|
@@ -744,6 +746,8 @@ M3eSliderElement.styles = css `
|
|
|
744
746
|
display: inline-block;
|
|
745
747
|
vertical-align: middle;
|
|
746
748
|
min-inline-size: var(--m3e-slider-min-width, 12.5rem);
|
|
749
|
+
user-select: none;
|
|
750
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
747
751
|
}
|
|
748
752
|
:host(:not([disabled])) {
|
|
749
753
|
cursor: pointer;
|