diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-13 09:07:22 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-13 09:07:22 -0400 |
commit | 66c94308440dd54f2294da4b06ba6aec264591b6 (patch) | |
tree | f7f8866d6ef824137ca882ea6f55bd6897e5dda3 /Echo/includes | |
parent | Echo: invert icons (diff) | |
download | extensions-66c94308440dd54f2294da4b06ba6aec264591b6.tar.gz extensions-66c94308440dd54f2294da4b06ba6aec264591b6.tar.bz2 extensions-66c94308440dd54f2294da4b06ba6aec264591b6.zip |
Echo: Fix necessary class so it doesn't look wonkyv1.35.0
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Echo/includes')
-rw-r--r-- | Echo/includes/EchoHooks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echo/includes/EchoHooks.php b/Echo/includes/EchoHooks.php index a1bd24d3..284933f4 100644 --- a/Echo/includes/EchoHooks.php +++ b/Echo/includes/EchoHooks.php @@ -1089,8 +1089,8 @@ class EchoHooks implements RecentChange_saveHook { $sk->getOutput()->setupOOUI( strtolower( $sk->getSkinName() ), $sk->getOutput()->getLanguage()->getDir() ); - $msgLinkClasses = [ "mw-echo-notifications-badge", "mw-echo-notification-badge-nojs","oo-ui-icon-tray", "oo-ui-image-invert" ]; - $alertLinkClasses = [ "mw-echo-notifications-badge", "mw-echo-notification-badge-nojs", "oo-ui-icon-bell", "oo-ui-image-invert" ]; + $msgLinkClasses = [ "mw-echo-notifications-badge", "mw-echo-notification-badge-nojs","oo-ui-iconElement-icon","oo-ui-icon-tray", "oo-ui-image-invert" ]; + $alertLinkClasses = [ "mw-echo-notifications-badge", "mw-echo-notification-badge-nojs","oo-ui-iconElement-icon", "oo-ui-icon-bell", "oo-ui-image-invert" ]; $hasUnseen = false; if ( |