@m3e/menu 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.js CHANGED
@@ -126,6 +126,7 @@ MenuItemElementBase.styles = css `
126
126
  user-select: none;
127
127
  flex: none;
128
128
  height: var(--m3e-menu-item-container-height, 3rem);
129
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
129
130
  }
130
131
  :host(:not(:focus-visible)) .base {
131
132
  --m3e-state-layer-focus-opacity: 0;