mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Ed Sanders 1e4ed9cafe Remove extra 1px top border and margin from popup list
Bug: T140354
Change-Id: I06bfc014f485b9cd460dfda0a9c7f982de4f9bf6
2016-07-14 13:30:03 +01:00

23 lines
351 B
Plaintext

@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: #666666;
}
&:not(:hover) a,
#p-personal &:not(:hover) a.new {
color: #666666;
}
}