Skip to content

Commit

Permalink
Fix missing focus outline
Browse files Browse the repository at this point in the history
  • Loading branch information
brookewp committed Feb 28, 2023
1 parent 2142ed0 commit b9aa030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

.block-editor-link-control__tools {
justify-content: flex-end;
padding: $grid-unit-20 0 0;
padding: $grid-unit-20 var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus);
}

.block-editor-link-control__search-item.is-current {
Expand Down

0 comments on commit b9aa030

Please sign in to comment.