Skip to content

Commit

Permalink
Remove clearable from link ColorPanel item (#46507)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and dmsnell committed Dec 15, 2022
1 parent ba4a40b commit 6d629f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/hooks/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,6 @@ export function ColorEdit( props ) {
allSolids,
style?.elements?.link?.color?.text
),
clearable:
!! style?.elements?.link?.color?.text,
isShownByDefault: defaultColorControls?.link,
resetAllFilter: resetAllLinkFilter,
},
Expand Down

0 comments on commit 6d629f5

Please sign in to comment.