mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
After portlet is included in display of menu dropdown
Bug: T273143 Change-Id: I72165ba3784da3fcc9d1dd7076b3a6c96e670a2f
This commit is contained in:
parent
16b34aa750
commit
3ecc89e5c5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue