diff --git a/app/components/layout/ChatSidebar.module.css b/app/components/layout/ChatSidebar.module.css index 05fb6d7ee..5007805ec 100644 --- a/app/components/layout/ChatSidebar.module.css +++ b/app/components/layout/ChatSidebar.module.css @@ -158,7 +158,7 @@ border-radius: var(--radius-field); transition: background-color 0.15s; - &:hover { + &:is(a):hover { background-color: var(--color-bg-higher); } }