summaryrefslogtreecommitdiff
blob: fc2c1c279f0d72a5e9dd1a12beedb25e03794a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import '../echo.variables.less';

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