Skip to content
Snippets Groups Projects
Commit c35e24aa authored by qsm-odoo's avatar qsm-odoo
Browse files

[REF] web: remove useless oe_number rule

This was introduced as a fix for grouped list views' headers while we
should have added the 'o_list_number' class instead... which is the
case now. So the oe_number rule became useless.

See https://github.com/odoo/enterprise/commit/a2ce226a2a085b26174cdfd32922517dff39658c
See https://github.com/odoo/odoo/commit/5d13a2f431e1c96e075b04d0eb07d98b912a6547
See https://github.com/odoo/odoo/pull/23966
parent 03d74531
No related branches found
No related tags found
No related merge requests found
......@@ -109,9 +109,6 @@
}
}
}
> td.oe_number{
text-align: right;
}
}
tbody + tbody {
border-top: none; // Override bootstrap for grouped list views
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment