width: 44px;
}
-body:not(.touch) .userMenuButton {
+html:not(.touch) .userMenuButton {
transform: scale(1);
transition: transform 0.24s ease-in-out;
}
}
-body:not(.touch) .userMenuItem:hover {
+html:not(.touch) .userMenuItem:hover {
background-color: var(--background-color-active);
}
}
}
-body:not(.touch) .userMenuItemUnread::before {
+html:not(.touch) .userMenuItemUnread::before {
transition: left 0.12s ease-in-out, opacity 0.12s ease-in-out;
}
-body:not(.touch) .userMenuItem:hover .userMenuItemUnread::before {
+html:not(.touch) .userMenuItem:hover .userMenuItemUnread::before {
opacity: 0;
left: 0;
}
width: 100%;
}
-body:not(.touch) .userMenuItemMarkAsRead {
+html:not(.touch) .userMenuItemMarkAsRead {
transform: scale(1);
transition: opacity 0.12s ease-in-out, left 0.12s ease-in-out, transform 0.24s ease-in-out;