Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3543ef3

Browse files
committed
MAGETWO-83759: Swatches styles migrated form CSS file in module to LESS in Blank theme #11433
- Merge Pull Request magento/magento2#11433 from Igloczek/magento2:swatches-migration - Merged commits: 1. f2cd7e5 2. 53cdaaa
2 parents cf4be3d + 53cdaaa commit 3543ef3

File tree

8 files changed

+292
-302
lines changed

8 files changed

+292
-302
lines changed

app/code/Magento/Swatches/view/frontend/layout/catalog_category_view.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9-
<head>
10-
<css src="Magento_Swatches::css/swatches.css"/>
11-
</head>
129
<body>
1310
<referenceBlock name="category.product.type.details.renderers">
1411
<block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" name="category.product.type.details.renderers.configurable" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" ifconfig="catalog/frontend/show_swatches_in_product_list" />

app/code/Magento/Swatches/view/frontend/layout/catalog_product_view_type_configurable.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9-
<head>
10-
<css src="Magento_Swatches::css/swatches.css"/>
11-
</head>
129
<body>
1310
<referenceContainer name="product.info.options.configurable" remove="true"/>
1411
<referenceBlock name="product.info.options.wrapper">

app/code/Magento/Swatches/view/frontend/layout/catalogsearch_advanced_result.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9-
<head>
10-
<css src="Magento_Swatches::css/swatches.css"/>
11-
</head>
129
<body>
1310
<referenceBlock name="category.product.type.details.renderers">
1411
<block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" name="category.product.type.details.renderers.configurable" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" ifconfig="catalog/frontend/show_swatches_in_product_list" />

app/code/Magento/Swatches/view/frontend/layout/catalogsearch_result_index.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9-
<head>
10-
<css src="Magento_Swatches::css/swatches.css"/>
11-
</head>
129
<body>
1310
<referenceBlock name="category.product.type.details.renderers">
1411
<block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" name="category.product.type.details.renderers.configurable" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" ifconfig="catalog/frontend/show_swatches_in_product_list"/>

app/code/Magento/Swatches/view/frontend/layout/wishlist_index_configure_type_configurable.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9-
<head>
10-
<css src="Magento_Swatches::css/swatches.css"/>
11-
</head>
129
<body>
1310
<referenceBlock name="product.info.options.configurable" remove="true"/>
1411
<referenceBlock name="product.info.options.wrapper">

app/code/Magento/Swatches/view/frontend/web/css/swatches.css

Lines changed: 0 additions & 287 deletions
This file was deleted.

0 commit comments

Comments
 (0)