mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Bartosz Dziewoński 00d6928144 Simplify notification widget border styles
Change-Id: I86362ffc4649146cb6e25e4493c37731c5915677
2023-11-17 13:42:31 +01:00

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