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

18 lines
391 B
Plaintext
Raw Normal View History

@import 'mediawiki.skin.variables.less';
@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: @color-subtle;
}
}