Remove backwards compatible CSS

This is no longer needed when Varnish cache has cleared (About a
week from I7e989a3d4553eb3357598a5cad3ccebf51dc9fae being deployed

Bug: T212216
Change-Id: I1afb68f68cc90d89c442907426bd046ddc68f488
This commit is contained in:
jdlrobson 2019-02-07 12:29:00 -08:00
parent 4b7aabca6f
commit 577b72a14d
3 changed files with 2 additions and 23 deletions

View File

@ -28,7 +28,7 @@
<main id="content" class="mw-body">
{{#hasheadingholder}}
{{{prebodyhtml}}}
<div class="pre-content heading-holder heading-holder--new">
<div class="pre-content heading-holder">
{{{headinghtml}}}
{{{taglinehtml}}}
{{#tabs}}

View File

@ -46,8 +46,6 @@
@titleSectionSpacingBottom: 25px;
// Page actions
@pageActionsGutter: 0.5em;
@pageActionsHeight: @pageActionFontSize + (2 * @iconGutterWidth);
@tabBorderSize: ( 1em / 16px ) * 2;
@taglineFontSize: 0.85em;

View File

@ -2,28 +2,9 @@
@import '../../minerva.less/minerva.mixins';
.heading-holder {
@pageActionsGutter: 0.5em;
@pageActionsHeight: @pageActionFontSize + (2 * @iconGutterWidth);
// FIXME: padding-bottom can be removed when work on T212216
// has been deployed and varnish cache cleared.
padding: @titleSectionSpacingTop 0 (@pageActionsHeight + @pageActionsGutter);
padding: @titleSectionSpacingTop 0 0;
position: relative;
// FIXME: Can be made default when work on T212216
// has been deployed and varnish cache cleared.
&--new {
padding-bottom: 0;
}
// FIXME: Can be removed when work on T212216
// has been deployed and varnish cache cleared.
&--no-page-actions {
padding-bottom: @pageActionsGutter;
&--new {
padding-bottom: 0;
}
}
.tagline {
color: @colorGray5;
font-size: @taglineFontSize;