Skip to content

Commit e29c1d7

Browse files
committed
Reorder hoverstate style tweak
1 parent 5469a4b commit e29c1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/navigation/SideMenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function SideMenuItem({
9696
disableHoverableContent
9797
/>
9898
{!isCollapsed && (
99-
<div className="absolute top-1 right-1 bottom-1 flex aspect-square items-center justify-center">
99+
<div className="absolute top-1 right-1 bottom-1 flex aspect-square items-center justify-center rounded group-hover/menuitem:bg-charcoal-750">
100100
{action}
101101
</div>
102102
)}

0 commit comments

Comments
 (0)