Workaround for the button navigation in popovers on small desktops
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2018 16:03:53 +0000 (17:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2018 16:03:53 +0000 (17:03 +0100)
Fixes #2791

wcfsetup/install/files/style/ui/popover.scss

index 768d60d7d2146c7b294465a34fb65422260a7506..0c3b9632c5898674ac07c2795f05a28efb9ca234 100644 (file)
@@ -61,4 +61,9 @@
                        color: $wcfContentLinkActive;
                }
        }
+       
+       /* Workaround for the partially active mobile navigation on desktop devices. See #2791 */
+       .jsMobileButtonGroupNavigation > .dropdownLabel {
+               display: none;
+       }
 }