Skip to content

Commit

Permalink
Remove block hover border reintroduced by #18867. (#18921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill authored Dec 4, 2019
1 parent da54d11 commit dbaa29a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,6 @@
}
}

// Hover style.
&.is-hovered:not(.is-navigate-mode) > .block-editor-block-list__block-edit::before {
box-shadow: -$block-left-border-width 0 0 0 $dark-opacity-light-500;

.is-dark-theme & {
box-shadow: -$block-left-border-width 0 0 0 $light-opacity-light-400;
}
}

// Spotlight mode.
&.is-focus-mode:not(.is-multi-selected) {
opacity: 0.5;
Expand Down

0 comments on commit dbaa29a

Please sign in to comment.