Skip to content

Commit

Permalink
Site Editor Sidebar: Fixed focus/hover style for navigation item buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Nov 23, 2024
1 parent 326589d commit 12dc476
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 12dc476

Please sign in to comment.