Merge "Restore original more menu padding in legacy Vector"

This commit is contained in:
jenkins-bot 2021-09-29 22:20:59 +00:00 committed by Gerrit Code Review
commit 8419d063cc
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
@import '../../common/variables.less';
@import 'mediawiki.mixins.less';
// Extends the common MenuDropdown, but allows it to be opened via hover.
.vector-menu-dropdown:not( .vector-user-menu ) {
@ -12,3 +15,12 @@
transform: scaleY( -1 );
}
}
.vector-menu-dropdown {
li {
a {
// Historic value.
padding: unit( ( 8.125px / @font-size-browser ), em );
}
}
}