Currently, the items added in the todo-list in todo v1 are striked automatically because of the text-decoration property in itemList class in TodoAddV1.css. But, the striking line is not removed even if the text-decoration property is removed from the mentioned class. Any reason as to why this is happening and how can I resolve this?
Currently, the items added in the todo-list in todo v1 are striked automatically because of the text-decoration property in itemList class in TodoAddV1.css. But, the striking line is not removed even if the text-decoration property is removed from the mentioned class. Any reason as to why this is happening and how can I resolve this?