diff --git a/blocks/library/cover-image/index.js b/blocks/library/cover-image/index.js
index 7404a4cb5333c0..9ca8ce34d4ee96 100644
--- a/blocks/library/cover-image/index.js
+++ b/blocks/library/cover-image/index.js
@@ -104,7 +104,7 @@ registerBlockType( 'core/cover-image', {
{ __( 'Cover Image is a bold image block with an optional title.' ) }
-
{ __( 'Cover Image Settings' ) }
+ { __( 'Cover Image Settings' ) }
{blockDescription}
- { __( 'Gallery Settings' ) }
+ { __( 'Gallery Settings' ) }
{ images.length > 1 &&
{ __( 'Search engines use the headings to index the structure and content of your web pages.' ) }
- { __( 'Heading Settings' ) }
+ { __( 'Heading Settings' ) }
{ __( 'Size' ) }
{ blockDescription }
- { __( 'Image Settings' ) }
+ { __( 'Image Settings' ) }
{ ! isEmpty( availableSizes ) && (
{ !! title && (
-
+
{ title }
-
+
) }
{ isOpened && children }
diff --git a/components/panel/style.scss b/components/panel/style.scss
index 1a0472f9660b46..362492141dfe04 100644
--- a/components/panel/style.scss
+++ b/components/panel/style.scss
@@ -58,6 +58,7 @@
display: block;
padding: 0;
font-size: inherit;
+ margin-top: 0;
margin-bottom: 0;
}
.components-panel__body.is-opened > .components-panel__body-title {
diff --git a/editor/components/post-taxonomies/flat-term-selector.js b/editor/components/post-taxonomies/flat-term-selector.js
index 72df24181b021e..a06a611e2331a5 100644
--- a/editor/components/post-taxonomies/flat-term-selector.js
+++ b/editor/components/post-taxonomies/flat-term-selector.js
@@ -156,7 +156,7 @@ class FlatTermSelector extends Component {
return (
-
{ label }
+
{ label }
- { label }
+ { label }
{ this.renderTerms( availableTermsTree ) }
{ ! loading &&
);
}
diff --git a/editor/components/post-title/style.scss b/editor/components/post-title/style.scss
index 8f30f451c2907b..a26fbc853fd23c 100644
--- a/editor/components/post-title/style.scss
+++ b/editor/components/post-title/style.scss
@@ -2,7 +2,7 @@
position: relative;
padding: 5px 0;
- h1 {
+ div {
border: 1px solid transparent;
font-size: $editor-font-size;
transition: 0.2s outline;
@@ -11,12 +11,12 @@
padding: $block-padding;
}
- &:hover h1 {
+ &:hover div {
border: 1px solid $light-gray-500;
transition: 0.2s outline;
}
- &.is-selected h1 {
+ &.is-selected div {
border: 1px solid $light-gray-500;
transition: 0.2s outline;
}
@@ -34,6 +34,9 @@ textarea.editor-post-title__input {
padding: 5px 0;
margin: 0;
+ // inherited from h1
+ font-weight: 600;
+
&:focus {
outline: none;
box-shadow: none;
@@ -41,6 +44,7 @@ textarea.editor-post-title__input {
}
.editor-post-title .editor-post-permalink {
+ font-size: $default-font-size;
position: absolute;
top: -34px;
left: 0;
diff --git a/editor/edit-post/sidebar/style.scss b/editor/edit-post/sidebar/style.scss
index ff6e98254cb3e3..1b70bb1e543cbf 100644
--- a/editor/edit-post/sidebar/style.scss
+++ b/editor/edit-post/sidebar/style.scss
@@ -60,6 +60,7 @@
margin-top: 0;
}
+ h2,
h3 {
font-size: $default-font-size;
color: $dark-gray-500;
diff --git a/gutenberg.php b/gutenberg.php
index 2687a0ed599d42..321cd3ee2976e6 100644
--- a/gutenberg.php
+++ b/gutenberg.php
@@ -30,6 +30,7 @@ function the_gutenberg_project() {
?>