mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
|
@import '../echo.variables';
|
||
|
|
||
|
.mw-echo-ui-notificationsListWidget {
|
||
|
.mw-echo-ui-notificationsListWidget-bundle & {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
> a,
|
||
|
&:hover > a {
|
||
|
text-decoration: none;
|
||
|
color: #666666;
|
||
|
}
|
||
|
|
||
|
&:not(:hover) a,
|
||
|
#p-personal &:not(:hover) a.new {
|
||
|
color: #666666;
|
||
|
}
|
||
|
}
|