Skip to content

Commit

Permalink
Edit Post: Update PluginBlockSettingsMenuItem to use block-editor cla…
Browse files Browse the repository at this point in the history
…ss name (#14745)
  • Loading branch information
aduth committed Apr 1, 2019
1 parent ad7d183 commit 88ee4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PluginBlockSettingsMenuGroupSlot = ( { fillProps, selectedBlocks } ) => {
<Slot fillProps={ { ...fillProps, selectedBlocks } } >
{ ( fills ) => ! isEmpty( fills ) && (
<Fragment>
<div className="editor-block-settings-menu__separator" />
<div className="editor-block-settings-menu__separator block-editor-block-settings-menu__separator" />
{ fills }
</Fragment>
) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const PluginBlockSettingsMenuItem = ( { allowedBlocks, icon, label, onClick, sma
return null;
}
return ( <MenuItem
className="editor-block-settings-menu__control"
className="editor-block-settings-menu__control block-editor-block-settings-menu__control"
onClick={ compose( onClick, onClose ) }
icon={ icon || 'admin-plugins' }
label={ small ? label : undefined }
Expand Down

0 comments on commit 88ee4d9

Please sign in to comment.