mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] test_themes, *: remove obsolete .btn-block
*: theme_vehicle This commit removes the `btn-block` utility Bootstrap class because it's obsolete since Bootstrap 5. task-4637091 closes odoo/design-themes#1149 Related: odoo/odoo#227114 Related: odoo/enterprise#94730 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -13,7 +13,6 @@ _logger = logging.getLogger(__name__)
|
||||
|
||||
CONFLICTUAL_CLASSES = [
|
||||
['btn-outline-primary', 'btn-primary', 'btn-secondary'],
|
||||
['btn-block', 'btn-outline-primary'],
|
||||
['container', 'container-fluid', 'o_container_small'],
|
||||
['d-block', 'd-flex', 'd-inline-block', 'd-none'],
|
||||
['d-block', 'd-lg-block', 'd-md-block'],
|
||||
|
||||
Reference in New Issue
Block a user