Skip to content

Commit 4ab3f3c

Browse files
committed
Removed isSelected styles (not working)
1 parent 3b0e6d4 commit 4ab3f3c

File tree

1 file changed

+1
-4
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+1
-4
lines changed

apps/webapp/app/components/primitives/Table.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,7 @@ export const TableCellMenu = forwardRef<
313313
<div className="relative h-full p-1">
314314
<div
315315
className={cn(
316-
"absolute right-0 top-1/2 mr-1 flex -translate-y-1/2 items-center justify-end gap-0.5 rounded-[0.25rem] bg-background-dimmed p-0.5 group-hover/table-row:bg-background-bright group-hover/table-row:ring-1 group-hover/table-row:ring-grid-bright",
317-
isSelected && isSelectedStyle,
318-
isSelected &&
319-
"group-hover/table-row:bg-charcoal-750 group-hover/table-row:ring-charcoal-600/50"
316+
"absolute right-0 top-1/2 mr-1 flex -translate-y-1/2 items-center justify-end gap-0.5 rounded-[0.25rem] bg-background-dimmed p-0.5 group-hover/table-row:bg-background-bright group-hover/table-row:ring-1 group-hover/table-row:ring-grid-bright"
320317
)}
321318
>
322319
{/* Hidden buttons that show on hover */}

0 commit comments

Comments
 (0)