fix(cursorTaskComp): checkbox now sets the cursor to pointer

This commit is contained in:
Guz
2022-01-31 17:42:32 -03:00
parent 9f6d6d186d
commit e522c42a8d

View File

@@ -213,6 +213,8 @@ export default Vue.extend({
padding: 1%;
padding-right: 2%;
cursor: pointer;
input {
display: none;
}