miljkovicjovan / minimalist-task-tracker

Minimalist task tracker using Local Storage
https://minimalist-task-tracker.netlify.app/
5 stars 21 forks source link

switch hover effects & states with bootstrap button outline #78

Closed miljkovicjovan closed 11 months ago

bhavik001 commented 12 months ago

Hello @miljkovicjovan ! Can you please assign me to work on this issue and can you please label this as a hactoberfest.

Please reply! Thank you!

bhavik001 commented 11 months ago

Hey @miljkovicjovan , Can you explain me this issue in detail?

miljkovicjovan commented 11 months ago

@bhavik001 we are using useState with a special class if the buttons are hovered to have an effect on them. However there is a built in class in bootstrap for button outline so we can use that.

bhavik001 commented 11 months ago

Hi @miljkovicjovan Is this okay? hover

This is the documentation: https://react-bootstrap.github.io/docs/components/buttons for outline

miljkovicjovan commented 11 months ago

@bhavik001 Yes that is correct we want this for all buttons and to delete the previous hover states which wont be needed

bhavik001 commented 11 months ago

Hey @miljkovicjovan ! Can you look at the pull request I have created and if there is anything I have to change please let me know. As I have to submit it to my professor and today is the last date to submit it. This is my pull request #85