Skip to content

Commit

Permalink
Site Editor Sidebar: Fixed focus/hover style for navigation item butt…
Browse files Browse the repository at this point in the history
…ons (#67251)

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: talldan <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
4 people authored Nov 25, 2024
1 parent 66d117f commit 7e7ce3c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
color: $white;
}
}

.block-editor-list-view-block__menu {
color: $gray-600;
&:hover,
&:focus {
color: $white;
}
}
}

.edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner {
Expand Down

0 comments on commit 7e7ce3c

Please sign in to comment.