Bring back css for the checkbox where it belongs

This commit is contained in:
Julien Constant 2023-03-07 13:40:57 +01:00
parent 7fc19b8942
commit 33d04313e9
2 changed files with 1 additions and 4 deletions

View File

@ -76,6 +76,7 @@ button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="file"]:not(:disabled) {
cursor: pointer;
}

View File

@ -12,10 +12,6 @@
align-items: center;
gap: 5px;
padding-top: 10px;
>input[type="checkbox"] {
cursor: pointer;
}
}
&-pictures {