brotherton-erpnext/erpnext/e_commerce
Trusted Computer 781548e46e
Fix: CSS not applied to product title (#35582)
In an erpnext website, the /all-products route shows website items that have been published to the web site.

In the list view (erpnext/e_commerce/product_ui/list.js), the css class is null for the product title. Instead, inline style statements have been added in that can not be modified by overriding CSS.

This fix uses a similar approach to that which is taken in the grid view (erpnext/e_commerce/product_ui/grid.js). It removes the null CSS parameter in the product title link as well as the inline style statement. Then, as in the grid view, the product title is wrapped in a div tag with the product_title CSS class.

This makes it possible to style the product title as desired with a CSS override.

Closes #35580
2023-06-07 22:11:49 +05:30
..
doctype fix: whitelist doc method 2023-04-18 08:24:22 +05:30
product_data_engine chore: Remove image from ProductQuery fields 2022-07-05 20:31:04 +05:30
product_ui Fix: CSS not applied to product title (#35582) 2023-06-07 22:11:49 +05:30
shopping_cart chore: disable flaky test 2022-05-16 15:50:04 +05:30
variant_selector fix: E-commerce issue with Item Variants 2023-03-21 14:44:12 +05:30
web_template fix: add missing options for Content Align 2023-05-12 15:06:03 +05:30
__init__.py feat: E-commerce Refactor 2021-10-12 15:16:21 +05:30
api.py fix(minor): update frappe.error_log to new API (#30864) 2022-05-02 15:04:26 +05:30
legacy_search.py style: format code with black 2022-03-28 18:52:46 +05:30
redisearch_utils.py refactor!: drop redisearch 2022-08-31 17:06:20 +05:30