Styling of the checkout page is broken #65144
Labels
No Label
legacy project
Infrastructure: Blender Store
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Confirmed
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-store#65144
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Store checkout page is a bit messed up layout-wise.
This is on Firefox 67.0 on Windows 10. The input fields don't have any outline, and are misaligned with the labels.
Added subscriber: @dr.sybren
Added subscriber: @pablovazquez
Added subscriber: @MikeyN
@MikeyN you might be interested in this task as well ;-)
Added subscriber: @EAW
@dr.sybren I have a hint that might help with this task.
Here is the login page where the background is a different color than the boxes, making the boxes visible.
Here is the checkout page (while logged out && with an item in the cart) where the background is the same color as the boxes, making them invisible.
In
3a9962ecf1
, it appears that the background color in woocommerece.css {https://developer.blender.org/diffusion/BST/browse/master/wp-content/themes/crux/woocommerce/woocommerce.css$1895-1898}did not get copied over to style.css {https://developer.blender.org/diffusion/BST/browse/master/wp-content/themes/blender-crux/style.css$35-38}
I cannot say for certain that simply copying over the background color is the appropriate fix for the invisible input fields, as I haven't been able to test it out.