Skip to content

Commit

Permalink
Set Gutenberg as the default editor (#2951)
Browse files Browse the repository at this point in the history
Fixes #2824.
  • Loading branch information
pento authored Oct 18, 2017
1 parent 2ff4ba9 commit bdf94e6
Show file tree
Hide file tree
Showing 11 changed files with 451 additions and 474 deletions.
41 changes: 20 additions & 21 deletions editor/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
body.toplevel_page_gutenberg,
body.gutenberg_page_gutenberg-demo {
body {
background: $white;
}

#update-nag, .update-nag {
display: none;
}
#update-nag, .update-nag {
display: none;
}

#wpcontent {
padding-left: 0;
}
#wpcontent {
padding-left: 0;
}

#wpbody-content {
padding-bottom: 0;
}
#wpbody-content {
padding-bottom: 0;
}

#wpfooter {
display: none;
}
#wpfooter {
display: none;
}

.a11y-speak-region {
left: -1px;
top: -1px;
}
.a11y-speak-region {
left: -1px;
top: -1px;
}

svg {
fill: currentColor;
}
svg {
fill: currentColor;
}

.gutenberg {
Expand Down
Loading

0 comments on commit bdf94e6

Please sign in to comment.