Use the double speech bubble icon in the Messages panel

Bug: T119377
Change-Id: Icc7d751ef307fab9f8914728aac229fa28f1a860
This commit is contained in:
Justin Du 2015-12-16 17:14:06 -06:00
parent f6553bf0c6
commit 889dcc6584
6 changed files with 11 additions and 11 deletions

View file

@ -686,7 +686,7 @@ class EchoHooks {
? 'oo-ui-image-invert'
: '';
$msgLinkClasses = array( "mw-echo-notifications-badge mw-echo-notification-badge-nojs $oouiImageClass oo-ui-iconElement oo-ui-iconElement-icon oo-ui-icon-speechBubble" );
$msgLinkClasses = array( "mw-echo-notifications-badge mw-echo-notification-badge-nojs $oouiImageClass oo-ui-iconElement oo-ui-iconElement-icon oo-ui-icon-speechBubbles" );
$alertLinkClasses = array( "mw-echo-notifications-badge mw-echo-notification-badge-nojs $oouiImageClass oo-ui-iconElement oo-ui-iconElement-icon" );
$hasUnseen = false;

View file

@ -75,7 +75,7 @@
$overlay: mw.echo.ui.$overlay,
numItems: numMessages,
hasUnseen: hasUnseenMessages,
badgeIcon: 'speechBubble',
badgeIcon: 'speechBubbles',
links: links,
href: $existingMessageLink.attr( 'href' )
} );

View file

@ -10,10 +10,10 @@
"rtl": "../bellOn-rtl.svg"
}
},
"speechBubble": {
"speechBubbles": {
"file": {
"ltr": "../speechBubble-ltr.svg",
"rtl": "../speechBubble-rtl.svg"
"ltr": "../speechBubbles-ltr.svg",
"rtl": "../speechBubbles-rtl.svg"
}
}
}

View file

@ -16,10 +16,10 @@
"rtl": "../bellOn-rtl.svg"
}
},
"speechBubble": {
"speechBubbles": {
"file": {
"ltr": "../speechBubble-ltr.svg",
"rtl": "../speechBubble-rtl.svg"
"ltr": "../speechBubbles-ltr.svg",
"rtl": "../speechBubbles-rtl.svg"
}
}
}

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<g>
<path d="M19 20H2l3-3V6h17v11c0 1.7-1.3 3-3 3z"/>
<path d="M20 9v9l2 2H8V9h12zM3 4h12v4H7v7H1l2-2V4z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 209 B

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<g id="g586">
<path d="M5 20h17l-3-3V6H2v11c0 1.7 1.3 3 3 3z" id="path588"/>
<g id="g612">
<path d="M3 9v9l-2 2h14V9H3zm17-5H8v4h8v7h6l-2-2V4z" id="path614"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 233 B