MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.mw-custom-collapsible .vector-menu-heading::after, | |||
.mw-custom-collapsible h3::after { | |||
.mw-custom-collapsible .vector-menu-heading, | content: '▸'; | ||
.mw-custom-collapsible h3 { | float: right; | ||
transition: transform 0.2s; | |||
} | } | ||
.mw-custom-collapsible.is-open .vector-menu-heading::after, | |||
.mw-custom-collapsible .vector-menu-heading:: | .mw-custom-collapsible.is-open h3::after { | ||
.mw-custom-collapsible h3:: | transform: rotate(90deg); | ||
} | } | ||
Revision as of 15:03, 24 August 2025
.mw-custom-collapsible .vector-menu-heading::after, .mw-custom-collapsible h3::after { content: '▸'; float: right; transition: transform 0.2s; } .mw-custom-collapsible.is-open .vector-menu-heading::after, .mw-custom-collapsible.is-open h3::after { transform: rotate(90deg); }