-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Patterns inserter tabs: temporary disable animated indicator #63352
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +41 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and clean temporary solution. WFM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks 👍
Just left some minor improvement suggestions, and added a TODO in the message, to make it clearer that it is an action item.
Let's make sure to backport.
bb788f2
to
d54612b
Compare
Thanks for this! |
@DaniGuardiola now that the release is up there, it may be a good idea to follow up on this one, following the rough plan @ciampo suggested in the PR description above. |
@tyxla yes, we already have 2 people in the design group who have manifested support for a certain option, so I think I'm gonna try it out and get design approval as a first step. In parallel, I'll investigate the jankyness. |
…ss#63352) * Patterns inserter tabs: temporary disable animated indicator * Apply feedback --- Co-authored-by: ciampo <mciampini@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org> Co-authored-by: tyxla <tyxla@git.wordpress.org>
What?
As discussed in #62879 (comment), this PR disables the animated indicator from the
Tabs
component in the patterns inserter.Why?
The new animation conflicts with the current custom indicator styles. This PR aims at putting a temporary stopgap until we come up with a better solution.
How?
By adding a CSS override hiding the animated indicator.
Next steps
To be carried out in separate PRs, cc @DaniGuardiola:
Tabs
component, both in horizontal and vertical orientations, that can be used across the whole editorTesting Instructions
Screenshots or screencast
tabs-patterns-inserter-before.mp4
tabs-patterns-inserter-after.mp4