Prevent link color on hover for the body ("payload") as well as the header

Change-Id: Id221af75ed76122b03f741c184053e73bd2f4ee5
This commit is contained in:
Roan Kattouw 2015-11-18 20:10:40 -08:00
parent 8e46160210
commit c8d0115fd5
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class EchoFlyoutFormatter extends EchoEventFormatter {
if ( $body ) {
$html .= Xml::tags(
'div',
null,
array( 'class' => 'mw-echo-payload' ),
$body->parse()
) . "\n";
}

View file

@ -50,7 +50,8 @@
overflow: hidden;
display: block;
.mw-echo-title {
.mw-echo-title,
.mw-echo-payload {
color: #666666;
font-size: 1em;
line-height: 1.4em;