Prevent mobile button being visible after switching back to desktop
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 13:28:30 +0000 (15:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Jul 2016 13:28:39 +0000 (15:28 +0200)
wcfsetup/install/files/style/layout/containerList.scss

index bd30749a72765ff4f601372ae1fe3be1a02acc8f..2135b203f9080359148cf3cb9a3d00ede03a0f3d 100644 (file)
                        top: 18px;
                        transition: opacity .12s;
                        
+                       > .dropdownLabel {
+                               display: none;
+                       }
+                       
                        > ul {
                                background-color: $wcfContentBackground;
                                border: 1px solid rgba(0, 0, 0, .15);