mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
2488cf0491
This rule ensures that long human-readable wiki names don't cause horizontal scroll bars in the notifications popup. Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58
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;
|
|
}
|
|
}
|