Skip to content

Commit

Permalink
Get tab working again.
Browse files Browse the repository at this point in the history
This needs a little testing, but it seems solid to me.
  • Loading branch information
jasmussen committed Jun 11, 2018
1 parent c9f76a0 commit ac5549f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,13 @@

// Don't show the sibling inserter before the selected block.
.edit-post-layout:not( .has-fixed-toolbar ) .is-selected .editor-block-list__insertion-point-inserter {
display: none;
opacity: 0;
pointer-events: none;

&.is-visible {
opacity: 1;
pointer-events: auto;
}
}

.editor-block-list__block {
Expand Down

0 comments on commit ac5549f

Please sign in to comment.