mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 13:56:51 +00:00
styles: Stop using SkinModule in skins.minerva.mainPage.styles
Follow-up to commit95c4454
anddd424cb
. This has become a plain style module since95c4454
and doesn't need to use SkinModule anymore. Also, cleaned up the unused import of the less variables. * mainPage: apparently never used, dated back to2cc9516
* userpage: unused since196fb20
Bug: T360988 Change-Id: I49304c64cd2bbc5f791164127a5169e60a43058a
This commit is contained in:
parent
51efcfcedc
commit
1bac80cd59
|
@ -1,6 +1,3 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
@import '../../minerva.less/minerva.mixins.less';
|
||||
|
||||
// stylelint-disable selector-max-id
|
||||
.page-Main_Page {
|
||||
.mw-first-heading {
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
@import '../../minerva.less/minerva.variables.less';
|
||||
@import '../../minerva.less/minerva.mixins.less';
|
||||
|
||||
.user-links {
|
||||
margin: 15px 0 0 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue