Skip to content

Commit

Permalink
Make sure the sidebar navigation item focus style is fully visible. (W…
Browse files Browse the repository at this point in the history
…ordPress#67817)


Co-authored-by: afercia <[email protected]>
Co-authored-by: oandregal <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent d90fbad commit 662455d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
color: $white;
}

// Make sure the focus style is drawn on top of the current item background.
&:focus-visible {
transform: translateZ(0);
}

.edit-site-sidebar-navigation-item__drilldown-indicator {
fill: $gray-600;
}
Expand Down

0 comments on commit 662455d

Please sign in to comment.