Improved visuals for nested dropdown menus
authorAlexander Ebert <ebert@woltlab.com>
Tue, 19 Jun 2012 17:35:38 +0000 (19:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 19 Jun 2012 17:35:38 +0000 (19:35 +0200)
wcfsetup/install/files/style/dropdown.less

index f6c74e0ea071846c3c3a34039fc310b283301d9a..c0d83c01d83f5dd701725ba52d3482b2c2229ce4 100644 (file)
                li {
                        display: block;
                        
-                       &:hover:not(.dropdownDivider) {
+                       &:hover:not(.dropdownDivider):not(.dropdownList),
+                       &.dropdownList > li:hover:not(.dropdownDivider) {
                                background-color: @wcfDropdownHoverBackgroundColor;
                        }