mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
8e76bc4126
Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
22 lines
471 B
Plaintext
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;
|
|
}
|