Skip to content

Commit

Permalink
increase parent selector focus indicator width
Browse files Browse the repository at this point in the history
  • Loading branch information
thisissandip committed Sep 14, 2021
1 parent 6e5b545 commit bf3eaf9
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@
border-radius: 4px;
height: 8px;
width: 8px;
margin: 0 14px;
margin: 0 12px;
}
}

// increase the focus indicator width
.block-editor-block-parent-selector__button::before {
left: 7px;
right: 7px;
}
}

0 comments on commit bf3eaf9

Please sign in to comment.