- Issue created by @mherchel
- @mherchel opened merge request.
- πΊπΈUnited States mherchel Gainesville, FL, US
While testing this out, I found that the primary button's focus state is not visible in the hero, because both the focus outline and the background are the same color (Drupal navy).
I fixed that while I'm in here. Should be good to go!
- πΊπΈUnited States spicy.werewolf
> the selectors for the button styles are overly complicated
Completely agree that the buttons are overcomplicated and need to be simplified! It happened as a result of retroactive base style changes followed up by revised button designs. We've been wanting to fix it, but when we learned there was likely more of each coming, we paused on it so we didn't end up redoing it multiple more times.
This quick fix works for me!
One thing to note, for the Get Started Menu link, since it's a button looking parent link of a drop down that currently only ever exposes the menu on hover, you never see its active state in the wild unless you do weird stuff with the cursor on the button. Unrelated to this MR, but worth mentioning so it stays in my head, we might want that menu to be click open like the mega menu panels, in which case there would be an active state for it.