-
Notifications
You must be signed in to change notification settings - Fork 219
Update Active Filters "remove filter" icon to use Icon component #7035
Conversation
The release ZIP for this PR is accessible via:
|
Size Change: -145 B (0%) Total Size: 875 kB
ℹ️ View Unchanged
|
d835ffa
to
2595e96
Compare
20d07b3
to
884010c
Compare
Hey @danielwrobert the colors for the "X" look different in the PR than they do on the Figma designs screenshotted below. Is this expected? |
884010c
to
8a485c5
Compare
@tjcafferkey yes, this is expected. The decision to update these remove buttons came afterwards. These remove buttons should now be the same as the Chips view, which use the Core That said, I'll leave it to @vivialice to make the final call to confirm this is what we're looking for visually! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If thats the case then I'll provisionally approve this as the change LGTM! 😄
Looks good to me! Thanks for consolidating these. |
To be consistent with the button icon used on the Chips view, this replaces the native svg element used in the List view with the same Icon component from core.
There is currently no top margin when the active filters contain a price filter in the list view. This is because the filters only contain a range and do not render a child list. This update will target that price filter item and add a top margin that is consistent with the other active filters.
8a485c5
to
47ef7ec
Compare
…commerce#7035) * Update "remove filter" icon to use Icon component. To be consistent with the button icon used on the Chips view, this replaces the native svg element used in the List view with the same Icon component from core. * Add proper margin to active filters by price list. There is currently no top margin when the active filters contain a price filter in the list view. This is because the filters only contain a range and do not render a child list. This update will target that price filter item and add a top margin that is consistent with the other active filters.
To be consistent with the button icon used on the Chips view, this replaces the native
svg
element used in the List view with the sameIcon
component from WP Core.Fixes #6915
Screenshots
Testing
WooCommerce Visibility
Changelog