MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hide 'View history' tab for anonymous users in Vector 2022 */ | |||
body.skin-vector-2022.anonymous [data-vector-tab="ca-history"] { | |||
display: none !important; | |||
} | |||
/* Hide 'Recent changes' sidebar link for anonymous users */ | |||
body.skin-vector-2022.anonymous a[title="Special:RecentChanges"] { | |||
display: none !important; | |||
} |
Revision as of 16:56, 28 June 2025
/* CSS placed here will be applied to all skins */ /* Hide 'View history' tab for anonymous users in Vector 2022 */ body.skin-vector-2022.anonymous [data-vector-tab="ca-history"] { display: none !important; } /* Hide 'Recent changes' sidebar link for anonymous users */ body.skin-vector-2022.anonymous a[title="Special:RecentChanges"] { display: none !important; }