From 032d93ea55ca19b0a4808a161b09c4e4c39a5b6f Mon Sep 17 00:00:00 2001 From: mohsinhassaan Date: Wed, 22 Jun 2022 18:19:32 +0500 Subject: [PATCH] fixed tick boxes not showing up in todomvc example --- examples/todomvc/resources/public/todos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/todomvc/resources/public/todos.css b/examples/todomvc/resources/public/todos.css index 94a0e2b8d..b1b996786 100644 --- a/examples/todomvc/resources/public/todos.css +++ b/examples/todomvc/resources/public/todos.css @@ -188,11 +188,11 @@ label[for='toggle-all'] { } #todo-list li .toggle:after { - content: url('data:image/svg+xml;utf8,'); + content: url('data:image/svg+xml;utf8,'); } #todo-list li .toggle:checked:after { - content: url('data:image/svg+xml;utf8,'); + content: url('data:image/svg+xml;utf8,'); } #todo-list li label {