Skip to content

Commit

Permalink
Fix back button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Mar 22, 2024
1 parent fd58490 commit 7dfe9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/document-bar/style.scss
Expand Up @@ -88,7 +88,7 @@
position: absolute;

&:hover {
color: var(--wp-block-synced-color);
color: $gray-900;
background-color: transparent;
}
}

0 comments on commit 7dfe9cc

Please sign in to comment.