Skip to content

Commit

Permalink
Fix "Manage all patterns" link
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 11, 2023
1 parent d233bc2 commit 125bd6c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
&[aria-current] {
color: $gray-200;
background: $gray-800;

.edit-site-sidebar-navigation-item__drilldown-indicator {
fill: $gray-200;
}
}

&[aria-current] {
Expand All @@ -19,7 +23,7 @@
}

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

&:is(a) {
Expand Down

0 comments on commit 125bd6c

Please sign in to comment.