@vuu-ui/vuu-data-react 0.8.18-debug → 0.8.19-debug

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/index.css CHANGED
@@ -304,6 +304,7 @@
304
304
  .vuuMenuItem[aria-haspopup=true]:after {
305
305
  content: var(--menu-item-twisty-content);
306
306
  mask: var(--vuu-svg-chevron-right) center center/8px 8px no-repeat;
307
+ -webkit-mask: var(--vuu-svg-chevron-right) center center/8px 8px no-repeat;
307
308
  background-color: var(--menu-item-twisty-color);
308
309
  height: 16px;
309
310
  left: var(--menu-item-twisty-left);