diff --git a/packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss b/packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss index 184835a024c35..3f050647f9af6 100644 --- a/packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss +++ b/packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss @@ -87,8 +87,7 @@ // checkboxes used in metaboxes have to be slightly unstyled here. // @todo: remove this entire rule once checkboxes are the same everywhere. // See: https://github.com/WordPress/gutenberg/issues/18053 - .postbox-container .postbox input[type="checkbox"], - .postbox-container .postbox input[type="radio"] { + .metabox-location-side .postbox input[type="checkbox"] { border: $border-width solid $dark-gray-300; &:checked {