Fix page issue icon

Bug: T343053
Change-Id: I80595e3b851cdb4b9d4bdafe6ce7526a2e33afbe
This commit is contained in:
bwang 2023-08-08 14:41:41 -05:00 committed by Jdlrobson
parent 0c69779b73
commit 1918698e72
2 changed files with 3 additions and 2 deletions

View file

@ -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;
} }
} }

View file

@ -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 );