mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Make links in Echo's notification footer blue on hover"
This commit is contained in:
commit
4b04cfac35
|
@ -136,10 +136,10 @@
|
|||
.addClass( 'mw-echo-grey-link' );
|
||||
$li.hover(
|
||||
function() {
|
||||
$( this ).find( '.mw-echo-title a' ).removeClass( 'mw-echo-grey-link' );
|
||||
$( this ).find( '.mw-echo-title a, .mw-echo-notification-footer a' ).removeClass( 'mw-echo-grey-link' );
|
||||
},
|
||||
function() {
|
||||
$( this ).find( '.mw-echo-title a' ).addClass( 'mw-echo-grey-link' );
|
||||
$( this ).find( '.mw-echo-title a, .mw-echo-notification-footer a' ).addClass( 'mw-echo-grey-link' );
|
||||
}
|
||||
);
|
||||
// If there is a primary link, make the entire notification clickable.
|
||||
|
|
Loading…
Reference in a new issue