mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less

23 lines
351 B
Plaintext
Raw Normal View History

@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;
}
}