mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 16:26:45 +00:00
bae6ac30b8
Modern has duplicated styles for `#p-personal li a` and `#p-personal li a:hover`, so duplicate our styles too to make sure they fully override Modern. Bug: T114080 Change-Id: Ib3da29532e9f0939379f3988a629bd6b7b1fabb8
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
.mw-echo-ui-notificationOptionWidget {
|
|
#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;
|
|
}
|