Skip to content

Commit b65f49a

Browse files
t-hamanoMamadukafernandotellado
authored
Metabox: Fix checkbox style in sidebar (#76718)
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: fernandotellado <fernandot@git.wordpress.org>
1 parent 7674e00 commit b65f49a

File tree

1 file changed

+0
-18
lines changed
  • packages/edit-post/src/components/meta-boxes/meta-boxes-area

1 file changed

+0
-18
lines changed

packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,6 @@
8787
.is-hidden {
8888
display: none;
8989
}
90-
91-
92-
// Until checkboxes WordPress-wide are updated to match the new style,
93-
// checkboxes used in metaboxes have to be slightly unstyled here.
94-
// @todo remove this entire rule once checkboxes are the same everywhere.
95-
// See: https://github.com/WordPress/gutenberg/issues/18053
96-
.metabox-location-side .postbox input[type="checkbox"] {
97-
border: $border-width solid $gray-700;
98-
99-
&:checked {
100-
background: $white;
101-
border-color: $gray-700;
102-
}
103-
104-
&::before {
105-
margin: -3px -4px;
106-
}
107-
}
10890
}
10991

11092
.edit-post-meta-boxes-area__clear {

0 commit comments

Comments
 (0)