2019-10-25 20:53:39 +00:00
|
|
|
@import '../echo.variables.less';
|
2019-01-10 02:42:06 +00:00
|
|
|
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-datedNotificationsWidget {
|
|
|
|
min-height: 5em;
|
|
|
|
|
2016-05-31 00:24:12 +00:00
|
|
|
// We want everything inside the widget to be
|
|
|
|
// pending/transparent, but not the widget itself
|
|
|
|
// because otherwise, the background pending animation
|
|
|
|
// is also transparent.
|
|
|
|
&.oo-ui-pendingElement-pending > * {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2016-03-16 22:47:20 +00:00
|
|
|
.mw-echo-ui-subGroupListWidget {
|
|
|
|
// This is a hack to make sure that this widget
|
|
|
|
// is the nearest scrollable widget for the submenus
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
&-header {
|
2016-05-31 00:37:52 +00:00
|
|
|
margin-bottom: @specialpage-separation-unit;
|
2016-03-16 22:47:20 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|