Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
div.feat-list hr.small-link {
margin:0;
}
div.feat-list div.mw-customtoggle {
font-size: var(--font-size-xx-large);
font-weight: var(--font-weight-semibold);
color: var(--color-link);
text-decoration: none;
display: block;
}
div.feat-list div.mw-collapsible {
margin-left:1em;
}
div.feat-list div[class^="mw-customtoggle-"]::after {
margin-left:.25em;
color: var(--color-inverted-primary);
}
div.feat-list div[class^="mw-customtoggle-"]:has(+ div[class*="mw-collapsible"]):not([class*="mw-collapsed"])::after {
content: '[ – ]';
}
div.feat-list div[class^="mw-customtoggle-"]:has(+ div[class*="mw-collapsible"][class*="mw-collapsed"])::after {
content: '[ + ]';
}