Skip to content

Commit

Permalink
Fix focus issue on gallery remove button (#11199)
Browse files Browse the repository at this point in the history
This fixes #11158.
  • Loading branch information
jasmussen authored Oct 29, 2018
1 parent 96fe699 commit a2f81fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/gallery/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ ul.wp-block-gallery li {

.blocks-gallery-item__remove {
padding: 0;

&.components-button:focus {
color: inherit;
}
}

.blocks-gallery-item .components-spinner {
Expand Down

0 comments on commit a2f81fa

Please sign in to comment.