X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.filewarning.less;h=be7aa633747a1800711834dc5bb853af709078b0;hb=883b54eb5238ab9b0dbb8da44b31072a12cb448c;hp=2c3e1374a870f573f2845af2460bbab60e8d367f;hpb=233900e99c9e52dc5dea33ba80f603a97618cf53;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.filewarning.less b/resources/src/mediawiki/mediawiki.filewarning.less index 2c3e1374a8..be7aa63374 100644 --- a/resources/src/mediawiki/mediawiki.filewarning.less +++ b/resources/src/mediawiki/mediawiki.filewarning.less @@ -1,5 +1,12 @@ @import 'mediawiki.ui/variables'; +// Increase the area of the button, so that the user can move the mouse cursor +// to the popup without the popup disappearing. (T157544) +.mediawiki-filewarning-anchor { + padding-bottom: 10px; + margin-bottom: -10px; +} + .mediawiki-filewarning { visibility: hidden;