mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
8e76bc4126
Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
23 lines
374 B
Plaintext
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;
|
|
}
|
|
}
|