Skip to content

Commit

Permalink
Style Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Nov 13, 2024
1 parent 210a770 commit 99c91bc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/edit-site/src/components/site-icon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@

}

/* Apply focus border to both the site icon and image when the button is focused */
button:focus {
.edit-site-site-icon__icon,
.edit-site-site-icon__image {
border: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);
}
.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 99c91bc

Please sign in to comment.