From: Volker E Date: Thu, 11 Apr 2019 18:51:09 +0000 (-0700) Subject: HistoryAction: Amend `margin` in collapsed form state X-Git-Tag: 1.34.0-rc.0~2046^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=32bca54dc94b1befcf21483d9f08017a91ad73eb;p=lhc%2Fweb%2Fwiklou.git HistoryAction: Amend `margin` in collapsed form state Also update comment at top. Bug: T220555 Change-Id: I20b0f42d36a6909625bc9f481d0e016ae8cd1d96 --- diff --git a/resources/src/mediawiki.action/mediawiki.action.history.styles.less b/resources/src/mediawiki.action/mediawiki.action.history.styles.less index 257f153610..af9181897a 100644 --- a/resources/src/mediawiki.action/mediawiki.action.history.styles.less +++ b/resources/src/mediawiki.action/mediawiki.action.history.styles.less @@ -1,4 +1,11 @@ -/* Basic styles for the history page */ +/** + * Basic styles for the edit revision history page 'HistoryAction.php' + */ + +// Trigger only when collapsible & JS is available via `.mw-collapsed`. +#mw-history-search.mw-collapsed .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label { + margin-bottom: 0; +} #pagehistory .history-user { margin-left: 0.4em;