From: Derk-Jan Hartman Date: Wed, 9 Aug 2017 16:15:30 +0000 (-0400) Subject: Make sure that mw-ui checkboxes have pointer cursor X-Git-Tag: 1.31.0-rc.0~2437^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=0f014af2f90d15c0b502f0a3570f31a112107a2b;p=lhc%2Fweb%2Fwiklou.git Make sure that mw-ui checkboxes have pointer cursor Bug: T145493 Change-Id: I7700ee57969fa34b569bc1349156460f7248a9e6 --- diff --git a/resources/src/mediawiki.ui/components/checkbox.less b/resources/src/mediawiki.ui/components/checkbox.less index 2ca20a5b5e..6412da5ba1 100644 --- a/resources/src/mediawiki.ui/components/checkbox.less +++ b/resources/src/mediawiki.ui/components/checkbox.less @@ -61,10 +61,12 @@ // This is needed for Firefox mobile (See T73750 to workaround default Firefox stylesheet) max-width: none; margin: 0 0.4em 0 0; + cursor: pointer; display: table-cell; & + label { display: table-cell; + cursor: pointer; } // the pseudo before element of the label after the checkbox now looks like a checkbox