mediawiki-extensions-Popups/src/ui/templates/referencePreview
Thiemo Kreuz b3fb2b5867 referencePreview: Replace width: 0 with display: none
Before, the element is still part of the DOM, shows up in the debugger,
and consumes rendering time (probably close to zero, but still). After,
the element is gone.

Change-Id: I580fd89868b5a91118a8115d71d819824ff7f80c
2019-05-09 13:19:14 +02:00
..
referencePreview.js Streamline code calculating fade-out bottom position 2019-04-26 18:14:30 +02:00
referencePreview.less referencePreview: Replace width: 0 with display: none 2019-05-09 13:19:14 +02:00