From bf2c20830909f5322d47a955114329680930be79 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 19 Jun 2012 19:35:38 +0200 Subject: [PATCH] Improved visuals for nested dropdown menus --- wcfsetup/install/files/style/dropdown.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index f6c74e0ea07..c0d83c01d83 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; }