Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Introduce UpsellButton component #750

Closed IreneStr closed 5 years ago

IreneStr commented 5 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

Test instructions

This PR can be tested by following these steps:

Dieterrr commented 5 years ago

CR done 👍

Dieterrr commented 5 years ago

Acceptance done 🚧

Button works as expected in chrome, but not in firefox and safari. Here the focus style is not applied (the blue box). The active and hover styles are applied correctly though.

Also the offset seems a bit off (in all browsers): it's not completely centered. The middle is 0,78 cm from the bottom and 0,90 cm from the top. Is this intended?

See image. upsell-button

Note: Not tested in IE/Edge.

Dieterrr commented 5 years ago

I am merging this issue because the styling issues are minor. Created a new issue to fix these in the near future: #751