mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
2faa1fe512
Change-Id: Ie144eed5295a8c8fa6239c28f7f2a15d493fd775
17 lines
297 B
Plaintext
17 lines
297 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 {
|
|
color: @grey-medium;
|
|
}
|
|
}
|