Page MenuHomeWickedGov Phorge

mediawiki.action.edit.collapsibleFooter.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

mediawiki.action.edit.collapsibleFooter.less

/* Styles for collapsible lists of templates used and hidden categories */
@import 'mediawiki.skin.variables.less';
.mw-editfooter-toggler {
cursor: pointer;
display: flex;
align-items: center;
// Different skins have different values for <p>'s spacing making toggle
// arrow hard to vertically align correctly with heading paragraph, this
// resets it to the symmetric spacing of Vector-2010.
p {
margin: 0.5em 0;
padding: 0;
}
// This doesn't follow the best practice of Codex icons, use a separate
// element rather than pseudo-element where possible.
&::before {
content: '';
margin-right: 4px;
.cdx-mixin-css-icon( @cdx-icon-down-triangle, @color-disabled, @size-icon-x-small );
transition: transform 250ms ease;
.mw-editfooter-toggler-collapsed& {
[ dir='ltr' ] & {
transform: rotate( -90deg );
}
[ dir='rtl' ] & {
transform: rotate( 90deg );
}
}
}
}
.mw-editfooter-list {
margin-bottom: 1em;
margin-left: 2.5em;
}
/* Show/hide animation is incorrect if the table has a margin set. Extra
* ".wikitable" is needed in the selector for CSS specificity. */
/* stylelint-disable-next-line selector-class-pattern */
.wikitable.preview-limit-report {
margin: 0;
}

File Metadata

Mime Type
text/plain
Expires
Aug 19 2026, 16:59 (4 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
18/2f/a7b140528e1297c5a766b315662d
Default Alt Text
mediawiki.action.edit.collapsibleFooter.less (1 KB)

Event Timeline