mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
1e4ed9cafe
Bug: T140354 Change-Id: I06bfc014f485b9cd460dfda0a9c7f982de4f9bf6
23 lines
351 B
Plaintext
23 lines
351 B
Plaintext
@import '../echo.variables';
|
|
|
|
.mw-echo-ui-notificationsListWidget {
|
|
.mw-echo-ui-notificationsListWidget-bundle & {
|
|
padding: 0;
|
|
}
|
|
|
|
> .mw-echo-ui-notificationItemWidget:first-child {
|
|
border-top: 0;
|
|
}
|
|
|
|
> a,
|
|
&:hover > a {
|
|
text-decoration: none;
|
|
color: #666666;
|
|
}
|
|
|
|
&:not(:hover) a,
|
|
#p-personal &:not(:hover) a.new {
|
|
color: #666666;
|
|
}
|
|
}
|