summaryrefslogtreecommitdiff
blob: 3a79558f9fd63e972f39f2871c795fe3b5f7bdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import '../echo.variables.less';

.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: @grey-medium;
	}

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