diff --git a/webapp/src/components/sidebar.scss b/webapp/src/components/sidebar.scss index c9975e9b0..ea6466432 100644 --- a/webapp/src/components/sidebar.scss +++ b/webapp/src/components/sidebar.scss @@ -56,6 +56,10 @@ height: 48px; align-items: center; + &:hover { + background-color: rgba(var(--sidebar-fg), 0.08); + } + button { font-size: 16px; font-weight: 600;