mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Ed Sanders 2af0c6d816 build: Update stylelint-config-wikimedia to 0.13.0
Change-Id: I60f34cb3c3c5c12cf1f9f38426a56c76dcf063fd
2022-05-09 14:05:59 +01:00

17 lines
349 B
Plaintext

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