mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
97aaba993e47349cbd1037ae2a3adaf13af64c39
This commit removes the scss rule that makes the heading in the numbers block in uppercase. The rule was not working and is not very useful so this commit simply removes it. It was not working because the XML file was not imported anymore since commit [1]. It was introduced with commit [2]. We don't want to add this file and we prefer to remove it since the uppercase text-transform property is not builder friendly: you can't unset it. And we don't want to remove this file in stable versions, people might have referenced the XML or CSS file. [1]: https://github.com/odoo/design-themes-old/commit/14aad38f47a6d00f0d53e94debb8765dbbd81791#diff-5bc126dc3e67585d92c1ed55e9fe3093586830f492920be8a041b7c7bab70065L14 [2]: https://github.com/odoo/design-themes-old/commit/69b99559275cfcfcd2b7f5d4e7667de44d9672b3 task-3469717 closes odoo/design-themes#688 Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Description
No description provided
Languages
SCSS
49.6%
Python
25.4%
JavaScript
24.4%
Rich Text Format
0.5%