addons-cm/stock_picking_batch_custom/static
GitHub Copilot f5ba2d786c [FIX] stock_picking_batch_custom: fix CSS specificity for quantity font-size in operator view
The general tbody tr.o_data_row td rule had higher specificity (0,3,2) than
td[name="quantity"] (0,2,1), overriding the 1.5rem font-size. Fixed by using
tbody tr.o_data_row td[name="quantity"] (0,3,3) for the size/weight override.
Also fixed table. prefix on all selectors: arch class lands on the controller
root div, not the <table> element.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 19:32:34 +02:00
..
description [ADD] stock_picking_batch_custom: columnas opcionales partner y categoría 2026-02-27 16:03:25 +01:00
src/css [FIX] stock_picking_batch_custom: fix CSS specificity for quantity font-size in operator view 2026-05-29 19:32:34 +02:00