@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/cjs/index.js +346 -3622
- package/cjs/index.js.map +4 -4
- package/esm/index.js +77 -3373
- package/esm/index.js.map +4 -4
- package/index.css +1 -0
- package/index.css.map +2 -2
- package/package.json +9 -9
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);
|