Skip to content

Commit

Permalink
Fix color of disabled buttons in dark toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Nov 27, 2024
1 parent d02c4b4 commit d0f3ff6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
&:focus::before {
box-shadow: inset 0 0 0 1px $gray-900, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}

&disabled,
&[aria-disabled="true"] {
color: $gray-700;
}
}

.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
Expand Down

0 comments on commit d0f3ff6

Please sign in to comment.