Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:FixCollapsibleSections.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎the icon for collapsible sections still appears on desktop despite the feature being disabled also the feature is still fully enabled on mobile for some reason: .citizen-section-indicator.citizen-ui-icon.mw-ui-icon-wikimedia-collapse { display: none; }")
(No difference)

Revision as of 03:11, 18 October 2023

/*
	the icon for collapsible sections still appears on desktop
	despite the feature being disabled
	also the feature is still fully enabled on mobile for some reason
*/
.citizen-section-indicator.citizen-ui-icon.mw-ui-icon-wikimedia-collapse {
	display: none;
}