this-mkhy / react-curve

Open source project for creating small UI component to build large scale projects
https://this-react-curve.vercel.app/
7 stars 13 forks source link

Line through text in todo v1. #4

Closed nikhilvashisht closed 2 years ago

nikhilvashisht commented 2 years ago

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?

nikhilvashisht commented 2 years ago

Figured it out, there was a class with same name in TodoAddV2.css and thats why the browser was taking text-decoration property from there.