-
Notifications
You must be signed in to change notification settings - Fork 219
Fix: color setting for Catalog Sorting #8372
Conversation
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +795 B (0%) Total Size: 1.1 MB
ℹ️ View Unchanged
|
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.
Approving because it fixes the color issue. However, it looks like WC core adds some styles to TT3 which override the font-size value:
Editor | Frontend (TT3) |
---|---|
We should either increase the specific of our CSS rules or investigate how to reduce the specificity in the selector from WC core. In any case, it can be done in a follow-up if you prefer.
@Aljullu Given that this PR is small, I update the selector to fix the font size overridden by theme issue, can you please take another look at this PR? |
@@ -3,8 +3,8 @@ | |||
float: none; | |||
} | |||
|
|||
select { | |||
select.orderby { |
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.
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.
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.
LGTM
This is a follow up of #8122
This PR fixes the issue that the color setting is applied in the editor and on the front end. This also remove the unused style for the Catalog Sorting
select
box.Testing
Automated Tests
User Facing Testing
WooCommerce Visibility