X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.filewarning.less;h=be7aa633747a1800711834dc5bb853af709078b0;hb=62ea31ad97e8885fa33b282cc0c82bdd1ccb66cc;hp=89efae383fbaf335e82e50d928da49ebe02e713a;hpb=425090d4eb0b9de89ad6818f40ab8295368f645e;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.filewarning.less b/resources/src/mediawiki/mediawiki.filewarning.less index 89efae383f..be7aa63374 100644 --- a/resources/src/mediawiki/mediawiki.filewarning.less +++ b/resources/src/mediawiki/mediawiki.filewarning.less @@ -1,4 +1,11 @@ -@import "mediawiki.ui/variables"; +@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;