@proveanything/smartlinks-utils-ui 0.12.5 → 0.12.6

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.
@@ -2940,7 +2940,7 @@
2940
2940
  border-radius: 0.35rem;
2941
2941
  background: transparent;
2942
2942
  color: hsl(var(--ra-muted-text));
2943
- opacity: 0;
2943
+ opacity: 0.72;
2944
2944
  transition:
2945
2945
  opacity .15s ease,
2946
2946
  background .15s ease,
@@ -3460,7 +3460,7 @@
3460
3460
  display: flex;
3461
3461
  align-items: center;
3462
3462
  padding-right: 0.35rem;
3463
- opacity: 0;
3463
+ opacity: 1;
3464
3464
  transition: opacity .12s ease;
3465
3465
  }
3466
3466
  .ra-shell .ra-sibling-list .ra-row-shell:hover > .ra-row-menu-wrap,