mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Ed Sanders 2faa1fe512 Fix hover styles, remove link underline on special page
Change-Id: Ie144eed5295a8c8fa6239c28f7f2a15d493fd775
2020-07-24 20:34:43 +01:00

17 lines
297 B
Plaintext

@import '../echo.variables.less';
.mw-echo-ui-notificationsListWidget {
.mw-echo-ui-notificationsListWidget-bundle & {
padding: 0;
}
> .mw-echo-ui-notificationItemWidget:first-child {
border-top: 0;
}
&:not( :hover ) a,
#p-personal &:not( :hover ) a.new {
color: @grey-medium;
}
}