Skip to content

Commit

Permalink
Tweak link focus styles in HTML anchor and custom CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 15, 2024
1 parent b801b1c commit 112b2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/anchor.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.html-anchor-control .components-external-link {
display: block;
display: inline-block;
margin-top: $grid-unit-10;
}
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
}

.edit-site-global-styles-screen-css-help-link {
display: block;
display: inline-block;
margin-top: $grid-unit-10;
}
.edit-site-global-styles-screen-variations {
Expand Down

0 comments on commit 112b2d9

Please sign in to comment.