Drop the border radius of the sub menu’s top corners
authorAlexander Ebert <ebert@woltlab.com>
Thu, 29 Jun 2023 11:24:47 +0000 (13:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 29 Jun 2023 11:24:47 +0000 (13:24 +0200)
See https://www.woltlab.com/community/thread/300336-submenu-border-radius-top/

wcfsetup/install/files/style/layout/pageHeader.scss

index 3534eb46aeeec06cd3e288449a089358e7c924cc..fa31cf440be113659ff7419bb64c22be18aefa4c 100644 (file)
                .boxMenuDepth1 {
                        background-color: var(--wcfHeaderMenuDropdownBackground);
                        border: 1px solid var(--wcfHeaderMenuDropdownBorder);
-                       border-radius: var(--wcfBorderRadius);
+                       border-radius: 0 0 var(--wcfBorderRadius) var(--wcfBorderRadius);
                        box-shadow: var(--wcfBoxShadow);
                        padding: 5px 0;
                        position: absolute;