Skip to content

Commit

Permalink
Add border radius and clarify help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Sep 4, 2018
1 parent 896beef commit 6808783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/icon-button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
position: relative;
overflow: hidden;
text-indent: 4px;
border-radius: $radius-round-rectangle;

.dashicon {
display: inline-block;
flex: 0 0 auto;
}

// Ensure that even SVG icons that don't include the .dashicon class are colored
// Ensure that even SVG icons that don't include the .dashicon class are colored.
svg {
fill: currentColor;
outline: none;
Expand All @@ -33,5 +34,4 @@
&:disabled:focus {
box-shadow: none;
}

}
2 changes: 1 addition & 1 deletion packages/editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class InserterMenu extends Component {
<IconButton
className="editor-inserter__manage-reusable-blocks"
icon="admin-generic"
label={ __( 'Manage Blocks' ) }
label={ __( 'Manage All Reusable Blocks' ) }
href="edit.php?post_type=wp_block"
/>
</PanelBody>
Expand Down

0 comments on commit 6808783

Please sign in to comment.