mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
4bbaf77c2a
This is in preparation of adding more item models and widget types, and in preparation of switching the notification widget away from being a select widget. Change-Id: I518fb3d80f4f67d677c21ca5593638269acfa544
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;
|
|
}
|