File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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 */ }
You can’t perform that action at this time.
0 commit comments