@iris-ui-kit/vue 0.2.11 → 0.2.12

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/admin.cjs CHANGED
@@ -419,7 +419,7 @@ var IrisNavMenu = vue.defineComponent({
419
419
  return interactionKeyAtDepth(focusedBranches.value, depth) === key;
420
420
  };
421
421
  const itemStyle = (opts) => {
422
- const bg = opts.active ? "var(--iris-primary)" : opts.hovered && !opts.disabled ? "var(--iris-surface)" : "transparent";
422
+ const bg = opts.active ? "var(--iris-primary)" : opts.hovered && !opts.disabled ? "var(--iris-surface-hover, var(--iris-surface))" : "transparent";
423
423
  return {
424
424
  display: "flex",
425
425
  alignItems: "center",