Fixed interactive dropdown being incorrectly visible
authorAlexander Ebert <ebert@woltlab.com>
Fri, 30 Jan 2015 18:18:01 +0000 (19:18 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 30 Jan 2015 18:18:01 +0000 (19:18 +0100)
wcfsetup/install/files/style/dropdown.less

index 43a8f036acf448b4999de99802c06b2068929ac7..ae4019370ad9d6615ea3389e52dfcdc5e66c4162 100644 (file)
        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 {