Skip to content

Commit

Permalink
no dark-theme rule for child-selected state, matches nav-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo committed Aug 13, 2020
1 parent 6189fbd commit eaf4b57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
&.has-child-selected {
&::after {
box-shadow: 0 0 0 $border-width $gray-600;
// Show a light color for dark themes.
.is-dark-theme & {
box-shadow: 0 0 0 $border-width $gray-200;
}
}
}
}

0 comments on commit eaf4b57

Please sign in to comment.