Skip to content
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

Twenty Twenty One Blocks: Migrate Audio Block styles #107

Closed
wants to merge 1 commit into from

Conversation

MaggieCabrera
Copy link
Collaborator

@MaggieCabrera MaggieCabrera commented Dec 3, 2020

This PR adds styles for the outline on focus for the Audio block

The PR on GB has been closed (WordPress/gutenberg#27335), decided this should be resolved within the theme.

Broken out of #82

Closes #101


.wp-block-audio audio:focus {
outline-offset: 5px;
outline: 2px solid var(--wp--preset--color--dark-gray);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think this should be a more general outline style for all elements?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think it should probably be part of the global theme focus styles. I feel like it can probably be left out until a solution for WordPress/gutenberg#27075 is implemented.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that makes sense. I'm closing this PR then. Thank you!

@MaggieCabrera
Copy link
Collaborator Author

I added the GB PR link to #82

@scruffian scruffian deleted the add/audio-outline-tt1 branch December 3, 2020 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TT1 Blocks: Audio block: migrate default styles to GB
3 participants