mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsListWidget.less
Moriel Schottlender 8e76bc4126 Refactoring Echo's front end for MVC
Changing the way Echo's front-end architecture works to work with
model-view-controller methodology.

Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
2016-05-18 12:28:45 -07:00

23 lines
374 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-notificationsListWidget {
.mw-echo-ui-notificationsListWidget-bundle & {
padding: 0;
}
> a,
&:hover > a {
text-decoration: none;
color: #666666;
}
&:not(:hover) a,
#p-personal &:not(:hover) a.new {
color: #666666;
}
&.oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
white-space: normal;
}
}