mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
00d6928144
Change-Id: I86362ffc4649146cb6e25e4493c37731c5915677
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
@import '../echo.variables.less';
|
|
|
|
.mw-echo-ui-notificationsListWidget {
|
|
&:not( :hover ) a,
|
|
#p-personal &:not( :hover ) a.new { /* stylelint-disable-line selector-class-pattern */
|
|
color: @color-subtle;
|
|
}
|
|
}
|