Make checkboxes a11y friendly

pull/1/head
Jorik Schellekens 6 years ago
parent 54200519f6
commit a2294a73a4
  1. 2
      res/css/views/elements/_StyledCheckbox.scss

@ -24,7 +24,7 @@ limitations under the License.
align-items: flex-start;
input[type=checkbox] {
display: none;
appearance: none;
& + label {
display: flex;

Loading…
Cancel
Save