Merge "After portlet is included in display of menu dropdown"

This commit is contained in:
jenkins-bot 2021-02-01 11:02:44 +00:00 committed by Gerrit Code Review
commit 4b171bf74f
1 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@
}
// The menu itself.
.vector-menu-content-list {
.vector-menu-content {
background-color: @background-color-base;
list-style: none none;
// Match the width of the dropdown "heading" (the tab)
@ -66,8 +66,7 @@
z-index: @z-index-menu;
}
&:hover .vector-menu-content-list,
.vector-menu-checkbox:checked ~ .vector-menu-content .vector-menu-content-list {
.vector-menu-checkbox:checked ~ .vector-menu-content {
opacity: 1;
visibility: visible;
}