mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[REF] *: BS5: migration
Automated change made by a lot of RegEx to change all think that is possible to automate. https://getbootstrap.com/docs/5.1/migration Task ID: 2766483 Part-of: odoo/design-themes#580
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</xpath>
|
||||
<!-- Scroll Down Button -->
|
||||
<xpath expr="//*[hasclass('container')]" position="after">
|
||||
<a class="o_scroll_button rounded-circle align-items-center justify-content-center mx-auto mb-5 text-white o_not_editable" href="#" contenteditable="false" title="" style="background-color: rgba(25, 41, 37, 0.55) !important;" data-original-title="Scroll down to next section">
|
||||
<a class="o_scroll_button rounded-circle align-items-center justify-content-center mx-auto mb-5 text-white o_not_editable" href="#" contenteditable="false" title="" style="background-color: rgba(25, 41, 37, 0.55) !important;" data-bs-original-title="Scroll down to next section">
|
||||
<i class="fa fa-chevron-down fa-1x"></i>
|
||||
</a>
|
||||
</xpath>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/>
|
||||
</xpath>
|
||||
<xpath expr="//blockquote[hasclass('s_blockquote')]" position="attributes">
|
||||
<attribute name="class" add="mr-auto" remove="mx-auto" separator=" "/>
|
||||
<attribute name="class" add="me-auto" remove="mx-auto" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//i[hasclass('s_blockquote_icon')])" position="attributes">
|
||||
<attribute name="style" add="background-color: rgba(255, 0, 0, 0) !important;" separator="; "></attribute>
|
||||
|
||||
Reference in New Issue
Block a user