mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +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 ) {
|
if ( $body ) {
|
||||||
$html .= Xml::tags(
|
$html .= Xml::tags(
|
||||||
'div',
|
'div',
|
||||||
null,
|
array( 'class' => 'mw-echo-payload' ),
|
||||||
$body->parse()
|
$body->parse()
|
||||||
) . "\n";
|
) . "\n";
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.mw-echo-title {
|
.mw-echo-title,
|
||||||
|
.mw-echo-payload {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
|
Loading…
Reference in a new issue