@proveanything/smartlinks-utils-ui 0.9.7 → 0.9.9

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.
@@ -3225,6 +3225,24 @@
3225
3225
  border-bottom: 1px solid hsl(var(--ra-border));
3226
3226
  background: hsl(var(--ra-surface));
3227
3227
  }
3228
+ .ra-shell .ra-item-nav[data-embedded=true] {
3229
+ padding: 0;
3230
+ border-bottom: 0;
3231
+ background: transparent;
3232
+ gap: 0.4rem;
3233
+ }
3234
+ .ra-shell .ra-item-nav-cluster {
3235
+ display: inline-flex;
3236
+ align-items: center;
3237
+ gap: 0.15rem;
3238
+ }
3239
+ .ra-shell .ra-item-nav-cluster .ra-item-nav-position {
3240
+ margin: 0 0.35rem;
3241
+ }
3242
+ .ra-shell .ra-item-nav-cluster .ra-row-action[disabled] {
3243
+ opacity: 0.35;
3244
+ cursor: not-allowed;
3245
+ }
3228
3246
  .ra-shell .ra-item-nav-position {
3229
3247
  font-size: 0.72rem;
3230
3248
  color: hsl(var(--ra-muted-text));