Skip to content

Commit

Permalink
Remove unnecessary CSS order property for the contrast checker in the…
Browse files Browse the repository at this point in the history
… Color hook.
  • Loading branch information
afercia committed Dec 17, 2024
1 parent 0fdd0a6 commit cd423ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-editor/src/hooks/color.scss
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit cd423ea

Please sign in to comment.