Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
902 stars 357 forks source link

Seedlet: Launch site button has underline on hover #3214

Open alaczek opened 3 years ago

alaczek commented 3 years ago

It looks like link hover styles are bleeding to the "Launch site" button.

Steps to replicate

  1. Create a new site (don't launch just yet)
  2. Activate Seedlet.
  3. Go and preview the site. Hover over the "Launch site" button in the launch banner. Note the underline.

Result

image

I found this while testing Spearhead, and later realized it comes from the parent theme.

danieldudzic commented 3 years ago

https://github.com/Automattic/themes/blob/82fefdc90c3310432ef5aaf5995c7b414e9fb23f/seedlet/assets/sass/base/_base.scss#L2 does seem to be overly broad.

I wonder if we can just add a more specific selector for it.

I tried .site but that altered the styling of links.