[Regression] Restore show on hover behaviour for dropdowns

Due to recent updates that affected dropdowns in modern and
legacy Vector, the dropdowns in legacy Vector were not appearing
on hover as they were intended.

Bug: T315418
Change-Id: Iad3c3d89566f211d331233a752d67744d6522af0
This commit is contained in:
Jan Drewniak 2022-08-24 10:33:26 -04:00
parent 2321eeb054
commit 5dbc96aaee
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
&:hover .vector-menu-content {
opacity: 1;
visibility: visible;
height: auto;
}
.mw-list-item {