mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less
Kunal Mehta 233da11ebd Make the footer links readable in Modern
White on white isn't readable :(

Change-Id: Ie352961048ef9788a53da4b1cfeddd5808284b68
2015-09-17 15:15:54 -07:00

19 lines
382 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;
}
}
#p-personal .mw-echo-ui-notificationBadgeButtonPopupWidget-footer a {
color: #666666;
}
// Override personal tools padding for links
#p-personal li .mw-echo-state a {
padding: 0 0 0 0;
}