mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Roan Kattouw 2488cf0491 Clean up another bit of leftover OptionWidget styling
This rule ensures that long human-readable wiki names
don't cause horizontal scroll bars in the notifications
popup.

Change-Id: Id0c954d2059aeed875fa2eea7a45537aac4e2e58
2016-06-29 12:02:15 +02:00

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;
}
}