diff --git a/edit-post/assets/stylesheets/main.scss b/edit-post/assets/stylesheets/main.scss index 63f488d1363907..bb201c0cadbbac 100644 --- a/edit-post/assets/stylesheets/main.scss +++ b/edit-post/assets/stylesheets/main.scss @@ -153,8 +153,6 @@ body.gutenberg-editor-page { input[type="number"], select, textarea { - margin-top: 0; // These override a "margin: 1px" from core. - margin-bottom: 0; font-family: $default-font; font-size: $default-font-size; padding: 6px 8px; diff --git a/edit-post/components/visual-editor/style.scss b/edit-post/components/visual-editor/style.scss index 9f401584aedecd..c0e6eddae9a4c3 100644 --- a/edit-post/components/visual-editor/style.scss +++ b/edit-post/components/visual-editor/style.scss @@ -115,19 +115,6 @@ } } -// This is a focus style shown for blocks that need an indicator even when in an isEditing state -// like for example an image block that receives arrowkey focus. -.edit-post-visual-editor .editor-block-list__block:not(.is-selected) { - .editor-block-list__block-edit { - box-shadow: 0 0 0 0 $white, 0 0 0 0 $dark-gray-900; - transition: 0.1s box-shadow 0.05s; - } - - &:focus .editor-block-list__block-edit { - box-shadow: 0 0 0 1px $white, 0 0 0 3px $dark-gray-900; - } -} - .edit-post-visual-editor .editor-default-block-appender { // Default to centered and content-width, like blocks max-width: $content-width; diff --git a/packages/editor/src/components/post-publish-panel/style.scss b/packages/editor/src/components/post-publish-panel/style.scss index 65125a08b5e778..0a2b539bca965e 100644 --- a/packages/editor/src/components/post-publish-panel/style.scss +++ b/packages/editor/src/components/post-publish-panel/style.scss @@ -87,7 +87,7 @@ } .components-button { - text-align: center; + justify-content: center; } .components-clipboard-button {