mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
6d2e560c1e
Introducing stylelint with configuration rules compliant to Wikimedia CSS Coding Standards 'stylelint-config-wikimedia', nullifying some for now and making majority pass. Change-Id: I2c4acee41c9b56d9b00e2a2c5b7ab0ab5de454ce
23 lines
349 B
Plaintext
23 lines
349 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: #666;
|
|
}
|
|
|
|
&:not( :hover ) a,
|
|
#p-personal &:not( :hover ) a.new {
|
|
color: #666;
|
|
}
|
|
}
|