mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationItemWidget.modern.less
Moriel Schottlender 8e76bc4126 Refactoring Echo's front end for MVC
Changing the way Echo's front-end architecture works to work with
model-view-controller methodology.

Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
2016-05-18 12:28:45 -07:00

22 lines
471 B
Plaintext

.mw-echo-ui-notificationItemWidget {
#p-personal & a,
#p-personal & a.new {
// Oh and double everything for :hover since Modern does that too.
&, &:hover {
// 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;
}