From: Alexander Ebert Date: Thu, 21 Jan 2016 17:37:25 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/next-lantia' into next-lantia X-Git-Tag: 3.0.0_Beta_1~2030^2~143 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3e6b350d3a9ba77f36287fdeb8714fff825a05fe;p=GitHub%2FWoltLab%2FWCF.git Merge remote-tracking branch 'origin/next-lantia' into next-lantia # Conflicts: # wcfsetup/install/files/style/ui/dropdownInteractive.scss --- 3e6b350d3a9ba77f36287fdeb8714fff825a05fe diff --cc wcfsetup/install/files/style/ui/dropdownInteractive.scss index 107f2e3081,87222ff1bb..9ad1bd9457 --- a/wcfsetup/install/files/style/ui/dropdownInteractive.scss +++ b/wcfsetup/install/files/style/ui/dropdownInteractive.scss @@@ -23,10 -24,11 +23,10 @@@ > span { border: 8px solid transparent; - border-bottom-color: $wcfDropdownBackground; + border-bottom-color: rgb(247, 248, 250); // @todo border-top-width: 0; content: ""; - display: inline-block; - left: -8px; + display: block; position: absolute; top: 2px; z-index: 101;