Remove sidebar item animation on hover

This commit is contained in:
Johannes Zellner
2025-07-03 12:20:22 +02:00
parent 4025ef2070
commit bee3150193
-1
View File
@@ -397,7 +397,6 @@ onMounted(async () => {
.sidebar-item:hover {
background-color: #e9ecef;
text-decoration: none;
padding-left: 30px;
margin-right: 0;
}