mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Prevent link color on hover for the body ("payload") as well as the header
Change-Id: Id221af75ed76122b03f741c184053e73bd2f4ee5
This commit is contained in:
parent
8e46160210
commit
c8d0115fd5
|
@ -27,7 +27,7 @@ class EchoFlyoutFormatter extends EchoEventFormatter {
|
|||
if ( $body ) {
|
||||
$html .= Xml::tags(
|
||||
'div',
|
||||
null,
|
||||
array( 'class' => 'mw-echo-payload' ),
|
||||
$body->parse()
|
||||
) . "\n";
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue