Skip to content

Commit

Permalink
remove template part dark theme focus
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 15, 2024
1 parent 7b083fa commit 9e088d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
&.block-editor-block-list__block:not([contenteditable]):focus {
&::after {
outline-color: var(--wp-block-synced-color);

// Show a light color for dark themes.
.is-dark-theme & {
outline-color: $dark-theme-focus;
}
}
}
}
Expand Down

0 comments on commit 9e088d9

Please sign in to comment.