Skip to content

Commit 032d93e

Browse files
mohsinhassaanmike-thompson-day8
authored andcommitted
fixed tick boxes not showing up in todomvc example
1 parent 69cf395 commit 032d93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/todomvc/resources/public/todos.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ label[for='toggle-all'] {
188188
}
189189

190190
#todo-list li .toggle:after {
191-
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="#ededed" stroke-width="3"/></svg>');
191+
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="rgb(237,237,237)" stroke-width="3"/></svg>');
192192
}
193193

194194
#todo-list li .toggle:checked:after {
195-
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="#bddad5" stroke-width="3"/><path fill="#5dc2af" d="M72 25L42 71 27 56l-4 4 20 20 34-52z"/></svg>');
195+
content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="rgb(189,218,213)" stroke-width="3"/><path fill="rgb(93,194,175)" d="M72 25L42 71 27 56l-4 4 20 20 34-52z"/></svg>');
196196
}
197197

198198
#todo-list li label {

0 commit comments

Comments
 (0)