Merge "Make sure that mw-ui checkboxes have pointer cursor"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 9 Aug 2017 17:19:14 +0000 (17:19 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 9 Aug 2017 17:19:14 +0000 (17:19 +0000)
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