This commit is contained in:
2024-06-28 13:16:02 +02:00
parent d401cf0eb6
commit fbcc0c0377
10 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1035,11 +1035,11 @@ aside.layout-sidebar-second footer.view-footer :hover {
background-color: #fdc300;
}
aside.layout-sidebar-second.open {
aside.layout-sidebar-second.close {
transform: translateX(85%); /* Par défaut ouvert */
transition: transform 0.35s;
}
aside.layout-sidebar-second.open:hover {
aside.layout-sidebar-second.close:hover {
background-color: #fdc300;
}