mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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) <rde@odoo.com>
This commit is contained in:
committed by
Romain Derie
parent
80cbee66f6
commit
97aaba993e
@@ -1,5 +0,0 @@
|
|||||||
.s_numbers {
|
|
||||||
h6 {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="assets_snippet_s_numbers_css_000" inherit_id="website.assets_snippet_s_numbers_css_000">
|
|
||||||
<xpath expr="//link[last()]" position="after">
|
|
||||||
<link rel="stylesheet" type="text/scss" href="/theme_monglia/static/src/snippets/s_numbers/000.scss"/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
Reference in New Issue
Block a user