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

17 lines
349 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 { /* stylelint-disable-line selector-class-pattern */
color: @grey-medium;
}
}