@proveanything/smartlinks-utils-ui 0.9.7 → 0.9.8

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.
@@ -1535,6 +1535,24 @@
1535
1535
  border-bottom: 1px solid hsl(var(--ra-border));
1536
1536
  background: hsl(var(--ra-surface));
1537
1537
  }
1538
+ .ra-shell .ra-item-nav[data-embedded=true] {
1539
+ padding: 0;
1540
+ border-bottom: 0;
1541
+ background: transparent;
1542
+ gap: 0.4rem;
1543
+ }
1544
+ .ra-shell .ra-item-nav-cluster {
1545
+ display: inline-flex;
1546
+ align-items: center;
1547
+ gap: 0.15rem;
1548
+ }
1549
+ .ra-shell .ra-item-nav-cluster .ra-item-nav-position {
1550
+ margin: 0 0.35rem;
1551
+ }
1552
+ .ra-shell .ra-item-nav-cluster .ra-row-action[disabled] {
1553
+ opacity: 0.35;
1554
+ cursor: not-allowed;
1555
+ }
1538
1556
  .ra-shell .ra-item-nav-position {
1539
1557
  font-size: 0.72rem;
1540
1558
  color: hsl(var(--ra-muted-text));