mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
33655c75e7
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
23 lines
365 B
Plaintext
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;
|
|
}
|
|
}
|