Make sure that mw-ui checkboxes have pointer cursor
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Wed, 9 Aug 2017 16:15:30 +0000 (12:15 -0400)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Wed, 9 Aug 2017 17:07:40 +0000 (13:07 -0400)
Bug: T145493
Change-Id: I7700ee57969fa34b569bc1349156460f7248a9e6

resources/src/mediawiki.ui/components/checkbox.less

index 2ca20a5..6412da5 100644 (file)
                // 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