mediawiki-extensions-Echo/modules/styles/mw.echo.ui.DatedNotificationsWidget.less
Volker E c2dba98a9d build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass
Change-Id: I2789e3b93d1fc5743ea94b946fcd3e3ba8798e5e
2019-01-09 18:42:06 -08:00

24 lines
555 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-datedNotificationsWidget {
min-height: 5em;
// 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;
}
.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 {
margin-bottom: @specialpage-separation-unit;
}
}
}