Refactor: Drop legacy selectors

These are no longer needed. The classes remain where necessary for
gadgets but the CSS rules no longer need to apply to them.

Change-Id: I18afa15ddab75128463dc83c916e11436db0575a
This commit is contained in:
jdlrobson 2020-08-18 12:38:39 -07:00
parent de6ff025cc
commit aa45edd2f2
2 changed files with 1 additions and 5 deletions

View File

@ -14,9 +14,7 @@
}
/* Personal */
.vector-menu,
/* FIXME: Remove p-personal selector when cache has cleared. */
#p-personal {
.vector-menu {
// Hidden by default, but displayed by certain menus
// e.g. MenuPortal
h3 {

View File

@ -1,8 +1,6 @@
@import '../../variables.less';
@import 'mediawiki.mixins.less';
// FIXME: For cached HTML
.portal,
.vector-menu-portal {
margin: 0 @margin-end-portal 0 @margin-start-portal;
padding: 0.25em 0;