diff --git a/modules/styles/mw.echo.ui.NotificationItemWidget.less b/modules/styles/mw.echo.ui.NotificationItemWidget.less index 9d0e66c75..2b77d029a 100644 --- a/modules/styles/mw.echo.ui.NotificationItemWidget.less +++ b/modules/styles/mw.echo.ui.NotificationItemWidget.less @@ -23,6 +23,7 @@ } &:hover { + text-decoration: none; background-color: #ececec; } diff --git a/modules/styles/mw.echo.ui.NotificationsListWidget.less b/modules/styles/mw.echo.ui.NotificationsListWidget.less index 3a79558f9..1f47de162 100644 --- a/modules/styles/mw.echo.ui.NotificationsListWidget.less +++ b/modules/styles/mw.echo.ui.NotificationsListWidget.less @@ -9,12 +9,6 @@ border-top: 0; } - > a, - &:hover > a { - text-decoration: none; - color: @grey-medium; - } - &:not( :hover ) a, #p-personal &:not( :hover ) a.new { color: @grey-medium;