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

fix missing button-block-appender icon on Firefox 71 and Safari 13 #19366

Conversation

bartczyz
Copy link
Contributor

Description

Fixes #19246

How has this been tested?

Manual testing using:

  • Firefox 71
  • Safari 13
  • Chrome 79

Screenshots

Before:
image

After:
image

Types of changes

Small style updates.

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.

outline: $border-width dashed $dark-gray-150;
width: 100%;
height: 100%;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure about this rule as it's dependent on the parent element and this is a generic component, should this be auto instead of100%?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I agree! :)

I actually realised this after I opened the PR, but forgot to commit the update.

Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

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

Thanks for the fix

@youknowriad youknowriad added the [Type] Bug An existing feature does not function as intended label Jan 2, 2020
@youknowriad youknowriad self-assigned this Jan 2, 2020
@youknowriad youknowriad merged commit 7b70c83 into WordPress:master Jan 2, 2020
@youknowriad youknowriad added this to the Gutenberg 7.2 milestone Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The appender in the group block is missing icon
2 participants