Make sure that mw-ui checkboxes have pointer cursor
[lhc/web/wiklou.git] / 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