From cd423ea398b484f599ac5392bd9ab3cb3c75b388 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 17 Dec 2024 15:16:26 +0100 Subject: [PATCH] Remove unnecessary CSS order property for the contrast checker in the Color hook. --- packages/block-editor/src/hooks/color.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/block-editor/src/hooks/color.scss b/packages/block-editor/src/hooks/color.scss index 8be620bf40d938..0f6fa60a6224ed 100644 --- a/packages/block-editor/src/hooks/color.scss +++ b/packages/block-editor/src/hooks/color.scss @@ -1,12 +1,5 @@ .color-block-support-panel { .block-editor-contrast-checker { - /** - * Contrast checkers are forced to the bottom of the panel so all - * injected color controls can appear as a single item group without - * the contrast checkers suddenly appearing between items. - */ - /* stylelint-disable-next-line property-disallowed-list -- This should be removed when https://github.com/WordPress/gutenberg/issues/58936 is fixed. */ - order: 9999; grid-column: span 2; margin-top: $grid-unit-20;