We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674e00 commit b65f49aCopy full SHA for b65f49a
packages/edit-post/src/components/meta-boxes/meta-boxes-area/style.scss
@@ -87,24 +87,6 @@
87
.is-hidden {
88
display: none;
89
}
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
108
109
110
.edit-post-meta-boxes-area__clear {
0 commit comments