|
@@ -100,7 +100,7 @@
|
|
|
/*
|
|
/*
|
|
|
* Let's hide native checkbox and make a fancy one.
|
|
* Let's hide native checkbox and make a fancy one.
|
|
|
*
|
|
*
|
|
|
- * Note: Checkbox element cannot be hidden using `display: block` or `visibility: hidden`.
|
|
|
|
|
|
|
+ * Note: Checkbox element cannot be hidden using `display: none` or `visibility: hidden`.
|
|
|
* It has to be clickable to not steal the focus after clicking on it.
|
|
* It has to be clickable to not steal the focus after clicking on it.
|
|
|
*/
|
|
*/
|
|
|
.ck .todo-list__checkmark input[type='checkbox'] {
|
|
.ck .todo-list__checkmark input[type='checkbox'] {
|