From 0f014af2f90d15c0b502f0a3570f31a112107a2b Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Wed, 9 Aug 2017 12:15:30 -0400 Subject: [PATCH] Make sure that mw-ui checkboxes have pointer cursor Bug: T145493 Change-Id: I7700ee57969fa34b569bc1349156460f7248a9e6 --- resources/src/mediawiki.ui/components/checkbox.less | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1