Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix reusable block dark theme select tool outline.
  • Loading branch information
ZebulanStanphill committed Dec 5, 2019
commit 8c69fb7294c4b5d6e39ac57b0fe759610ba2a248
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@
border-left-color: transparent;
border-style: dashed;
border-width: $border-width;

.is-dark-theme & {
border-color: $light-opacity-light-800;
border-left-color: transparent;
}
}

// Reusable Blocks clickthrough overlays.
Expand Down
5 changes: 5 additions & 0 deletions packages/block-library/src/block/edit-panel/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@
.is-selected.is-navigate-mode .reusable-block-edit-panel {
border-color: $blue-medium-focus;
border-left-color: transparent;

.is-dark-theme & {
border-color: $blue-medium-focus;
border-left-color: transparent;
}
}