Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function WorkspacePortGroup({ group }: WorkspacePortGroupProps) {
<button
type="button"
onClick={handleCloseAll}
className="ml-auto opacity-0 group-hover:opacity-100 p-0.5 rounded hover:bg-muted/50 transition-opacity text-muted-foreground hover:text-primary"
className="ml-auto p-0.5 rounded hover:bg-muted/50 text-muted-foreground hover:text-primary"
>
<LuX className="size-3" strokeWidth={STROKE_WIDTH} />
</button>
Expand Down
Loading