After portlet is included in display of menu dropdown

Bug: T273143
Change-Id: I72165ba3784da3fcc9d1dd7076b3a6c96e670a2f
This commit is contained in:
jdlrobson 2021-01-28 14:08:36 -08:00
parent 16b34aa750
commit 3ecc89e5c5
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;
}