mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
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:
parent
de6ff025cc
commit
aa45edd2f2
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue