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
(attempt 2)
(try important)
 
Line 5: Line 5:
*/
*/
.citizen-section-heading .citizen-section-indicator {
.citizen-section-heading .citizen-section-indicator {
display: none;
display: none!important;
}
}

Latest revision as of 03:15, 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-heading .citizen-section-indicator {
	display: none!important;
}