-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test] Archeo link interactivity states #6101
Conversation
Though it's working as intended, I observe the following un-intended behaviour. Imagine the button behaviour as follows.
Now, if I set Buttons again needs explicit styling to reset it. Curator PR for reference. |
@madhusudhand I have a fix for that in WordPress/gutenberg#42072 |
I've removed the color change on hover from |
3da2422
to
4ea74c6
Compare
@mikachan I rebased. Is this now good to go? |
Yes, LGTM! |
Changes proposed in this Pull Request:
This is a complementary PR designed to stress test the proposed changes in WordPress/gutenberg#41786.
That PR enables interactivity states on
elements
to be defined intheme.json
.This PR tries out that functionality on:
link
s.link
s within thecore/navigation
block.Testing
In order to test this PR you will need to be running a copy of Gutenberg with WordPress/gutenberg#41786 checked out and built.
Related issue(s):
WordPress/gutenberg#41786