Skip to content

Commit

Permalink
Make sure comamnd palette toggle does not disappear while being click…
Browse files Browse the repository at this point in the history
…ed. (#57420)
  • Loading branch information
afercia authored Jan 3, 2024
1 parent 6be8dfb commit f08b307
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/edit-site/src/components/site-hub/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
.edit-site-site-hub_toggle-command-center {
color: $gray-200;

&:hover {
color: $gray-100;
&:hover,
&:active {
svg {
fill: $gray-100;
}
}
}

0 comments on commit f08b307

Please sign in to comment.