mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Allow edit sections outside of mw-body-content
Bug: T160269 Change-Id: Ib4830cde634b6ca0c3ceb0ba06831c3b4ccedfbd
This commit is contained in:
parent
4ab8dc17bc
commit
d183c39d06
|
@ -129,11 +129,6 @@ body {
|
|||
font-size: 100%; /* (reset) */
|
||||
}
|
||||
|
||||
.mw-editsection,
|
||||
.mw-editsection-like {
|
||||
font-family: @content-font-family;
|
||||
}
|
||||
|
||||
#toc h2,
|
||||
.toc h2 {
|
||||
font-size: 100%; /* (reset) */
|
||||
|
@ -141,6 +136,12 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
/* Allow edit sections outside of mw-body-content (T160269) */
|
||||
.mw-editsection,
|
||||
.mw-editsection-like {
|
||||
font-family: @content-font-family;
|
||||
}
|
||||
|
||||
/* Hide empty portlets */
|
||||
div.emptyPortlet {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue