Skip to content

Commit

Permalink
Fix text editor style regression
Browse files Browse the repository at this point in the history
This is a PR to fix a regression I introduced in #603 (review).

This moves the styles to input fields to be scoped to blocks, and the sidebar, both of which will benefit from this style.
  • Loading branch information
jasmussen committed May 4, 2017
1 parent 2e68306 commit f2c953c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ body.toplevel_page_gutenberg {
@include break-small() {
padding-top: $header-height;
}
}

.editor-sidebar,
.editor-visual-editor__block {
input, textarea {
border-radius: 4px;
border-color: $light-gray-500;
Expand Down

0 comments on commit f2c953c

Please sign in to comment.