mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less
Kunal Mehta bae6ac30b8 Also override Modern's :hover styles
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
2015-09-30 11:25:59 -07:00

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;
}