johnamdickson / portfolio-project-5

1 stars 1 forks source link

BUG: Hover pseudo class issue post click #18

Closed johnamdickson closed 8 months ago

johnamdickson commented 8 months ago

Epic:

Home Page and Navigation #2 **Bug Description:** All header links associated with an offcanvas element display a common error whereby the hover psuedo class does not work after the link is clicked. **Actions to Resolve:** Added !important to end of hover pseudo class which superseded the whichever class was creating the problem. I tried to find a less brute force solution in stack overflow and spent a bit of time investigating in Chrome devtools but decided in the interests of project timeline, the solution is satisfactory.