Skip to content

Commit

Permalink
Improved visuals for nested dropdown menus
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Jun 19, 2012
1 parent 8078d29 commit bf2c208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wcfsetup/install/files/style/dropdown.less
Expand Up @@ -124,7 +124,8 @@
li {
display: block;

&:hover:not(.dropdownDivider) {
&:hover:not(.dropdownDivider):not(.dropdownList),
&.dropdownList > li:hover:not(.dropdownDivider) {
background-color: @wcfDropdownHoverBackgroundColor;
}

Expand Down

0 comments on commit bf2c208

Please sign in to comment.