From: Alexander Ebert Date: Fri, 30 Jan 2015 18:18:01 +0000 (+0100) Subject: Fixed interactive dropdown being incorrectly visible X-Git-Tag: 2.1.0_Beta_4~27 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=650f04149d61876954d985302aeaf6b90963df2b;p=GitHub%2FWoltLab%2FWCF.git Fixed interactive dropdown being incorrectly visible --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 43a8f036ac..ae4019370a 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -278,14 +278,14 @@ background-color: @wcfContainerAccentBackgroundColor; border: 1px solid @wcfDropdownBorderColor; color: @wcfDropdownColor; - display: none; + display: block; position: absolute; z-index: 450; .boxShadow(0, 3px, rgba(0, 0, 0, .25), 8px); - &.open { - display: block; + &:not(.open) { + display: none !important; } > .interactiveDropdownHeader {