Skip to content

Commit

Permalink
Site Icon Focus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Nov 13, 2024
1 parent 0a5e54a commit c2b82f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/edit-site/src/components/site-icon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@
border-radius: 0;
}
}

.edit-site-editor__view-mode-toggle button:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) !important;
padding: 1px;
}

0 comments on commit c2b82f4

Please sign in to comment.