Fix: Ensure consistent 13px font-size for Remove button #3710
+5
−0
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.
Description
This PR fixes a UI consistency issue where the 'Remove' button in the Facebook Product Image multiple images section had a font size of 12px, while 'Remove' buttons in other places throughout the plugin have a font size of 13px.
The fix adds a specific CSS rule targeting the Remove button in the variations multiple images thumbnails to ensure consistent 13px font-size across the entire UI.
Changes:
.woocommerce_variation .fb-product-images-thumbnails p.image-thumbnail a.remove-imagewithfont-size: 13pxFile Modified:
assets/css/admin/facebook-for-woocommerce-products-admin.cssType of change
Checklist
Changelog entry
Fixed font-size inconsistency for Remove button in Facebook Product Image multiple images section (12px → 13px)
Test Plan
Steps to reproduce the issue:
Expected Result:
Test Configuration:
Screenshots
Before
The Remove button had 12px font-size (smaller than expected)
After
The Remove button now has 13px font-size (consistent with other Remove buttons throughout the plugin)