mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Fix page issue icon
Bug: T343053 Change-Id: I80595e3b851cdb4b9d4bdafe6ce7526a2e33afbe
This commit is contained in:
parent
0c69779b73
commit
1918698e72
|
@ -20,8 +20,9 @@
|
||||||
.issue-notice {
|
.issue-notice {
|
||||||
padding: @smallIconSize @smallIconSize @smallIconSize 0;
|
padding: @smallIconSize @smallIconSize @smallIconSize 0;
|
||||||
|
|
||||||
.mw-ui-icon {
|
.mf-icon {
|
||||||
float: left;
|
float: left;
|
||||||
|
position: relative;
|
||||||
left: ( @contentPadding / 2 ) + @spacing-horizontal-button;
|
left: ( @contentPadding / 2 ) + @spacing-horizontal-button;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
$clickContainer = multiple ? issue.$el.parents( '.mbox-text' ) : issue.$el;
|
$clickContainer = multiple ? issue.$el.parents( '.mbox-text' ) : issue.$el;
|
||||||
|
|
||||||
$issueContainer.prepend(
|
$issueContainer.prepend(
|
||||||
issue.issue.icon.$el.clone().addClass( 'mf-icon--small' )
|
issue.issue.icon.$el.clone()
|
||||||
);
|
);
|
||||||
$issueContainer.prepend( $learnMoreEl );
|
$issueContainer.prepend( $learnMoreEl );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue