From 97aaba993e47349cbd1037ae2a3adaf13af64c39 Mon Sep 17 00:00:00 2001 From: "Guillaume (gdi)" Date: Thu, 17 Aug 2023 10:55:56 +0200 Subject: [PATCH] [REM] theme_monglia: remove useless scss 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) --- theme_monglia/static/src/snippets/s_numbers/000.scss | 5 ----- theme_monglia/views/snippets/s_numbers.xml | 10 ---------- 2 files changed, 15 deletions(-) delete mode 100644 theme_monglia/static/src/snippets/s_numbers/000.scss delete mode 100644 theme_monglia/views/snippets/s_numbers.xml diff --git a/theme_monglia/static/src/snippets/s_numbers/000.scss b/theme_monglia/static/src/snippets/s_numbers/000.scss deleted file mode 100644 index a9f53ff64..000000000 --- a/theme_monglia/static/src/snippets/s_numbers/000.scss +++ /dev/null @@ -1,5 +0,0 @@ -.s_numbers { - h6 { - text-transform: uppercase; - } -} diff --git a/theme_monglia/views/snippets/s_numbers.xml b/theme_monglia/views/snippets/s_numbers.xml deleted file mode 100644 index b0e76809a..000000000 --- a/theme_monglia/views/snippets/s_numbers.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - -