@proveanything/smartlinks-utils-ui 0.11.7 → 0.11.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.
@@ -1308,6 +1308,37 @@
1308
1308
  margin: 0.25rem 0.15rem;
1309
1309
  background: hsl(var(--ra-border));
1310
1310
  }
1311
+ .ra-row-menu-portal .ra-row-menu-item {
1312
+ display: inline-flex;
1313
+ align-items: center;
1314
+ gap: 0.6rem;
1315
+ padding: 0.5rem 0.7rem;
1316
+ border-radius: 0.4rem;
1317
+ font-size: 0.8125rem;
1318
+ line-height: 1.1;
1319
+ color: hsl(var(--ra-text));
1320
+ background: transparent;
1321
+ border: 0;
1322
+ text-align: left;
1323
+ width: 100%;
1324
+ cursor: pointer;
1325
+ font-family: inherit;
1326
+ }
1327
+ .ra-row-menu-portal .ra-row-menu-item:hover:not(:disabled) {
1328
+ background: hsl(var(--ra-muted));
1329
+ }
1330
+ .ra-row-menu-portal .ra-row-menu-item:disabled {
1331
+ opacity: 0.45;
1332
+ cursor: not-allowed;
1333
+ }
1334
+ .ra-row-menu-portal .ra-row-menu-item[data-tone=danger] {
1335
+ color: hsl(var(--ra-danger, 0 70% 45%));
1336
+ }
1337
+ .ra-row-menu-portal .ra-row-menu-divider {
1338
+ height: 1px;
1339
+ margin: 0.25rem 0.15rem;
1340
+ background: hsl(var(--ra-border));
1341
+ }
1311
1342
  .ra-shell .ra-item-list {
1312
1343
  display: flex;
1313
1344
  flex-direction: column;