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. (#68055)


Co-authored-by: afercia <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
  • Loading branch information
4 people authored Jan 10, 2025
1 parent d9e4df8 commit 4f541ae
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 4f541ae

Please sign in to comment.