From: Alexander Ebert Date: Tue, 19 Jun 2012 17:35:38 +0000 (+0200) Subject: Improved visuals for nested dropdown menus X-Git-Tag: 2.0.0_Beta_1~1063 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bf2c20830909f5322d47a955114329680930be79;p=GitHub%2FWoltLab%2FWCF.git Improved visuals for nested dropdown menus --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index f6c74e0ea0..c0d83c01d8 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -124,7 +124,8 @@ li { display: block; - &:hover:not(.dropdownDivider) { + &:hover:not(.dropdownDivider):not(.dropdownList), + &.dropdownList > li:hover:not(.dropdownDivider) { background-color: @wcfDropdownHoverBackgroundColor; }