2016-10-05 19:03:41 +00:00
|
|
|
/* stylelint-disable no-descending-specificity */
|
|
|
|
#p-personal {
|
|
|
|
.mw-echo-ui-notificationItemWidget {
|
|
|
|
& a,
|
|
|
|
& 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: #666;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-09-30 18:25:06 +00:00
|
|
|
}
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|
2015-09-16 23:53:32 +00:00
|
|
|
|
2016-10-05 19:03:41 +00:00
|
|
|
// Override personal tools padding for links
|
|
|
|
li .mw-echo-state a {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2015-09-10 20:41:18 +00:00
|
|
|
|
2016-10-05 19:03:41 +00:00
|
|
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-footer a {
|
|
|
|
color: #666;
|
|
|
|
}
|
2015-09-10 20:41:18 +00:00
|
|
|
}
|
2016-10-05 19:03:41 +00:00
|
|
|
/* stylelint-enable no-descending-specificity */
|