Fix: Make usage of the search icon more consistent and meaningful #63116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue: #63023
What?
Changed icons to
menu
for the command part andplus
for the Zoom In functionality in the Image block toolbar.Why?
This PR updates the icons used in the Gutenberg editor to improve visual consistency and clarity. The
menu
icon is now used for the command part, aligning with standard UI practices for menu interactions. Theplus
icon replaces the previous icon for Zoom In in the Image block toolbar, making it more intuitive and recognizable for users.How?
ZoomDropdown
component incomponents/image-editor/zoom-dropdown.js
to use theplus
icon for Zoom.Dropdown
component to conditionally render themenu
andplus
icons based on specific states.@wordpress/icons
library.Testing Instructions
plus
icon for Zoom In in the Image block.menu
icon.Testing Instructions for Keyboard
Screenshots or screencast
Screenshots or a screencast demonstrating the updated icons in action would be added here.