From 29515e733f5a2ccbc46b2d7827fcb28fe6bf93c9 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Wed, 30 Oct 2019 13:14:59 +0100 Subject: [PATCH] Fix postmeta radio regression. This PR fixes #18181. The regression was caused due to a margin added to the pseudo element which was not necessary for the radio buttons. --- .../src/components/meta-boxes/meta-boxes-area/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 184835a024c35c..7f246c03a1e0dc 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"] { + .postbox-container .postbox input[type="checkbox"] { border: $border-width solid $dark-gray-300; &:checked {