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

17 lines
297 B
Plaintext
Raw Normal View History

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