mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
2af0c6d816
Change-Id: I60f34cb3c3c5c12cf1f9f38426a56c76dcf063fd
17 lines
349 B
Plaintext
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;
|
|
}
|
|
}
|