2 * Styling for Special:Watchlist and Special:RecentChanges
5 @import 'mediawiki.skin.variables.less';
6 @import 'mediawiki.mixins.less';
8 /* Make sure namespace label is aligned correctly on mobile when checkboxes are displayed */
9 .mw-label.mw-namespace-label {
13 .mw-changeslist-line-watched .mw-title {
17 /* Colored watchlist and recent changes numbers */
19 color: @color-content-added;
23 color: @color-content-removed;
27 color: @color-disabled;
30 /* Prevent FOUC if legend is initially collapsed */
31 .mw-changeslist-legend.mw-collapsed .mw-collapsible-content {
35 .mw-changeslist-legend.mw-collapsed {
39 /* Prevent pushing down the content if legend is collapsed */
40 .mw-changeslist-legend.mw-collapsed ~ ul:first-of-type > li:first-child,
41 .mw-changeslist-legend.mw-collapsed + h4 + div > table.mw-changeslist-line:first-child {
45 /* Hide RCFilters highlight containers if RCFilters is not enabled.
46 This is overridden in mw.ui.rcfilters.ChangesListWrapperWidget.less if RCFilters is enabled. */
47 .mw-rcfilters-ui-highlights {
51 .mw-index-pager-list-header {
52 .mixin-screen-reader-text();