Incorrect selector target
authorAlexander Ebert <ebert@woltlab.com>
Sun, 24 Apr 2022 12:12:19 +0000 (14:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 24 Apr 2022 12:12:19 +0000 (14:12 +0200)
wcfsetup/install/files/style/ui/userMenu.scss

index e4f2e4aac51aaf76fb373dd0143a009283f7760f..bf410495a982804b7d47a9bcb986c92ab6c07885 100644 (file)
@@ -82,7 +82,7 @@
        width: 44px;
 }
 
-body:not(.touch) .userMenuButton {
+html:not(.touch) .userMenuButton {
        transform: scale(1);
        transition: transform 0.24s ease-in-out;
 
@@ -158,7 +158,7 @@ body:not(.touch) .userMenuButton {
        }
 }
 
-body:not(.touch) .userMenuItem:hover {
+html:not(.touch) .userMenuItem:hover {
        background-color: var(--background-color-active);
 }
 
@@ -232,11 +232,11 @@ body:not(.touch) .userMenuItem:hover {
        }
 }
 
-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;
 }
@@ -249,7 +249,7 @@ body:not(.touch) .userMenuItem:hover .userMenuItemUnread::before {
        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;