Current File : /home/jvzmxxx/wiki1/extensions/Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
@import '../echo.variables';

.mw-echo-ui-notificationsListWidget {
	.mw-echo-ui-notificationsListWidget-bundle & {
		padding: 0;
	}

	> .mw-echo-ui-notificationItemWidget:first-child {
		border-top: 0;
	}

	> a,
	&:hover > a {
		text-decoration: none;
		color: #666;
	}

	&:not( :hover ) a,
	#p-personal &:not( :hover ) a.new {
		color: #666;
	}
}