extendify / extendable

WordPress block theme for Full Site Editing (FSE) brought to you from the team at Extendify.
https://wordpress.org/themes/extendable
21 stars 0 forks source link

Add FusionSky style and Fixes #107

Closed amjadr360 closed 1 year ago

amjadr360 commented 1 year ago

This PR:

How to test it best:

clubkert commented 1 year ago

Generally, this looks good to me in my testing.

Evaluate button interactivity: Previously, buttons lacked noticeable hover effects. Insert the button block onto a page Interact with buttons to check the newly added hover, focus, and active effects, ensuring an improved visual appeal and user experience.

One thing I noticed was that the secondary button didn't seem to have a hover effect. Just the primary. Is that intentional?

I also noticed two instances where the hover color made the button itself difficult to see.

The Kong Kong variation is the most extreme:

Hong Kong

Cairo is not as bad. Maybe it's fine. What do you think?

Cairo

amjadr360 commented 1 year ago

One thing I noticed was that the secondary button didn't seem to have a hover effect. Just the primary. Is that intentional?

The secondary button (Outline button style) is a variation of the button. Right now, by default, WordPress does not support the hover effect for the Outline button style. Yes, it's a good idea to add the hover effect for the secondary button, So we add the hover effect through custom CSS.

https://user-images.githubusercontent.com/32260742/229037275-895d17d1-6948-4510-b7a1-89450bea3792.mp4

The Kong Kong variation is the most extreme:

Fixed

image

Cairo is not as bad. Maybe it's fine. What do you think?

It's fine, but I think it will not meet accessibility guidelines. Updated the hove color to white.

image

amjadr360 commented 1 year ago

@clubkert, Made some tweaks based on your feedback. Could you please review the changes once more?

clubkert commented 1 year ago

Looks good to me.