mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Merge "After portlet is included in display of menu dropdown"
This commit is contained in:
commit
4b171bf74f
|
@ -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