Skip to content

Commit

Permalink
Merge pull request #4313 from WordPress/fix/blinking-focus-outline
Browse files Browse the repository at this point in the history
Fix issue where black rectangle would briefly blink on new paragraphs
  • Loading branch information
jasmussen authored Jan 17, 2018
2 parents add336f + d129a6c commit 79e9552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/edit-post/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// like for example an image block that receives arrowkey focus.
.editor-visual-editor .editor-block-list__block:not( .is-selected ) .editor-block-list__block-edit {
box-shadow: 0 0 0 0 $white, 0 0 0 0 $dark-gray-900;
transition: .1s box-shadow;
transition: .1s box-shadow .05s;

&:focus {
box-shadow: 0 0 0 1px $white, 0 0 0 3px $dark-gray-900;
Expand Down

0 comments on commit 79e9552

Please sign in to comment.