mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Volker E 33655c75e7 Follow overhauled color palette
Replacing colors with ones from the overhauled WCAG 2.0 level AA
compliant color palette https://phabricator.wikimedia.org/M82
Applying Less variables where possible for better flexibility
in future design maintenance.
Also introducing some variables from WikimediaUI Base.

Bug: T147365
Depends-on: I16bdfbdada252ee27d5a0de11e0930347315b699
Change-Id: Ic05ed15b44d86752c686d80efc4f2ed2a1e71b41
2016-11-01 22:31:28 +00:00

23 lines
365 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-notificationsListWidget {
.mw-echo-ui-notificationsListWidget-bundle & {
padding: 0;
}
> .mw-echo-ui-notificationItemWidget:first-child {
border-top: 0;
}
> a,
&:hover > a {
text-decoration: none;
color: @grey-medium;
}
&:not( :hover ) a,
#p-personal &:not( :hover ) a.new {
color: @grey-medium;
}
}