Skip to content

Commit

Permalink
Site Icon Focus Fix Added
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Oct 8, 2024
1 parent f7c4cac commit 9385516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-site/src/components/site-icon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@
.edit-site-layout.is-full-canvas & {
border-radius: 0;
}

// Add focus-visible styles
button[data-focus-visible="true"] & {
background: #1e90ff;
padding: 2px;
}
}

0 comments on commit 9385516

Please sign in to comment.