@ApplePieGiraffe
Posted
Hey, Anna! π
Sorry it took me a while to view your solution! π
Overall, your solution looks very nice! Everything's on point and I really like the animation you added to the mouse icon in the hero section of the page! π€©
Tiny bugβI don't seem to be able to see the focus outline around the logo in the header of the page in Chrome for some reason. Not sure what's causing it, but off of the top of my headβmaybe the wrapper element around it has overflow set to hidden or something? π€·
Also, don't know if you've figured this out about Safari yet, but you have to go to the Advanced settings in the preferences panel and explicitly enable "Press Tab to highlight each item on a webpage" in order to, well, tab to links. π
Don't ask me why that behavior isn't the default like in all other major browsers. π
Anyway, hope that helps a bit and keep coding! π
Marked as helpful
@brasspetals
Posted
@ApplePieGiraffe Ack! Here I thought it was just a Safari problem. After a bit of fiddling, it seems the focus styles applied globally to links doesn't seem to cover it. However, I changed it so that the outline would apply to the image within the logo link when hovered, and that seems to work for...reasons (Edit: Seems like the reason is something to do with the display property. Looks like it needs to be set either on the element or the parent?). This also fixed it in Safari! π Turns out I did have that setting already ticked, but thanks for mentioning it - always good to double check, especially considering my "updating" mishap. π€¦ββοΈ Cross-browser compatibility is always such a joy. π
Thanks for taking the time to drop in! Always appreciated. π