Remove unused CSS for cached HTML

Searched for /fixme.*remove/.

Follow-up to:
* I55a25dfb8aba3d1b589a36ba4cba3bba0fe710a1
* I98443b0dcb88911a5314092216809387b4fb80dc
* I3c9d59f49f1b939981a7b2b450448db6736d5958
* Ie24c0215d07d5e4605d8479ed9e950a3d9c9b086

Change-Id: Id52487f6f5e4802ea2700c51e87e63565f340f5d
This commit is contained in:
Bartosz Dziewoński 2023-11-17 18:49:21 +01:00
parent 35ba0447b0
commit 5f17c89649
6 changed files with 5 additions and 25 deletions

View file

@ -39,11 +39,6 @@
margin-top: 42px;
font-size: 1em;
font-weight: bold;
// FIXME: Remove when cache has cleared for I55a25dfb8aba3d1b589a36ba4cba3bba0fe710a1
&:first-child {
margin-top: 0;
}
}
// No margin top on logo needed if it follows the #p-lang element and nothing has been loaded

View file

@ -6,11 +6,6 @@
.cdx-mixin-css-icon( @cdx-icon-history, @param-is-button-icon: true );
}
// FIXME: For cached HTML. Can be removed in next deploy.
.last-modified-bar__content .minerva-icon--history {
background-color: transparent;
}
.minerva-icon--expand {
.cdx-mixin-css-icon( @cdx-icon-next, @param-is-button-icon: true );
}

View file

@ -21,9 +21,7 @@
opacity: 0.25;
}
// FIXME: Remove #page-actions when cache has cleared
#p-views,
#page-actions {
#p-views {
position: relative;
}
@ -88,9 +86,7 @@
// On small devices that don't support Javascript, hide the page actions bar
@media all and ( max-width: @width-breakpoint-mobile - 1 ) {
.client-nojs {
// FIXME: Remove #page-actions when cache has cleared
#p-views,
#page-actions {
#p-views {
display: none;
}

View file

@ -5,10 +5,8 @@
@dividerHeight: 2px;
@dividerSpacing: 28px;
// FIXME: Remove #page-actions when cache has cleared
.hatnote,
.pre-content #p-views,
.pre-content #page-actions {
.pre-content #p-views {
display: none;
}

View file

@ -225,9 +225,7 @@ main {
}
// T217197
// FIXME: minerva__subtitle can be removed when cache has cleared.
#mw-content-subtitle,
.minerva__subtitle {
#mw-content-subtitle {
margin-top: 10px;
margin-bottom: 10px;

View file

@ -18,11 +18,9 @@
.action-submit,
.action-edit {
// FIXME: Remove #page-actions when cache has cleared
// stylelint-disable selector-max-id
#page-secondary-actions,
#p-views,
#page-actions {
#p-views {
display: none;
}