Skip to content

Commit

Permalink
Implement roving tabindex on the Embed block toolbar (#23278)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz authored Jun 18, 2020
1 parent 4ec8d4f commit 75176cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/embed/embed-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { __ } from '@wordpress/i18n';
import {
Button,
ToolbarButton,
PanelBody,
ToggleControl,
ToolbarGroup,
Expand All @@ -26,7 +26,7 @@ const EmbedControls = ( props ) => {
<BlockControls>
<ToolbarGroup>
{ showEditButton && (
<Button
<ToolbarButton
className="components-toolbar__control"
label={ __( 'Edit URL' ) }
icon={ pencil }
Expand Down

0 comments on commit 75176cd

Please sign in to comment.