mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less
Moriel Schottlender 7ad8cc24d0 Make links non-white in the notification popup in Modern
Change-Id: Icceeb916efceb8c2395aae7b30b054b274645f02
2015-09-10 17:05:30 -07:00

14 lines
291 B
Plaintext

.mw-echo-ui-notificationOptionWidget {
#p-personal & a,
#p-personal & a.new {
// In modern, the hover color is white, which is unhelpful.
color: #666666;
text-decoration: none;
}
}
// Override personal tools padding for links
#p-personal li .mw-echo-state a {
padding: 0 0 0 0;
}