fixed logo hover

This commit is contained in:
GilbN 2018-10-13 19:09:24 +02:00
parent fec5023ac0
commit e28b82d9a9

View File

@ -20,7 +20,7 @@ body {
background: rgba(0, 0, 0, .25) !important; background: rgba(0, 0, 0, .25) !important;
} }
.sidemenu__logo:hover { .sidemenu__logo:hover {
background: rgba(0, 0, 0, .25); !important; background: rgba(0, 0, 0, .25) !important;
} }
.sidemenu-item.active, .sidemenu-item:hover { .sidemenu-item.active, .sidemenu-item:hover {
background-color: rgba(0, 0, 0, .25) !important; background-color: rgba(0, 0, 0, .25) !important;