Skip to content

Commit bb3f6b7

Browse files
committed
Drop hover background on mosaic tile close button
The close button's hover surface swap competed with the icon color change for attention; keeping only the text-color transition keeps the toolbar quiet.
1 parent 3168faf commit bb3f6b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/components/ui/MosaicSplitView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export function MosaicSplitView({ mosaicLayout, renderView }: MosaicSplitViewPro
5454
'h-5 w-5 rounded-md',
5555
'text-text-tertiary dark:text-text-dark-tertiary',
5656
'hover:text-text-primary dark:hover:text-text-dark-primary',
57-
'hover:bg-surface-hover dark:hover:bg-surface-dark-hover',
5857
'transition-colors duration-200',
5958
)}
6059
title="Close tile"

0 commit comments

Comments
 (0)