[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:
@@ -20,7 +20,7 @@
|
||||
</xpath>
|
||||
<!-- Carousel item #2 - blockquote -->
|
||||
<xpath expr="//div[hasclass('carousel-item')][2]//blockquote" position="attributes">
|
||||
<attribute name="class" add="mx-auto" remove="mr-auto" separator=" "/>
|
||||
<attribute name="class" add="mx-auto" remove="me-auto" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Carousel item #3 - filter -->
|
||||
<xpath expr="//div[hasclass('carousel-item')][3]//div[hasclass('container')]" position="before">
|
||||
@@ -32,7 +32,7 @@
|
||||
</xpath>
|
||||
<!-- Carousel item #3 - blockquote -->
|
||||
<xpath expr="//div[hasclass('carousel-item')][3]//blockquote" position="attributes">
|
||||
<attribute name="class" add="mx-auto" remove="ml-auto" separator=" "/>
|
||||
<attribute name="class" add="mx-auto" remove="ms-auto" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user