Skip to content

Commit

Permalink
Exclude link from format toolbar and darken text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jul 11, 2017
1 parent 8d579bf commit bd676b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blocks/library/verse/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ registerBlockType( 'core/verse', {
onFocus={ setFocus }
placeholder={ __( 'Write…' ) }
className={ className }
formattingControls={ [ 'bold', 'italic', 'strikethrough' ] }
/>
);
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/library/verse/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pre.wp-block-verse,
.wp-block-verse pre {
color: $dark-gray-900;
white-space: nowrap;
font-family: inherit;
font-size: inherit;
color: inherit;
padding: 1em;
}

0 comments on commit bd676b5

Please sign in to comment.