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

Commit 20681a7

Browse files
author
Oleksii Korshenko
authored
Merge pull request #1727 from magento-engcom/develop-prs
Public Pull Requests magento/magento2#11433 Swatches styles migrated form CSS file in module to LESS in Blank theme by @Igloczek
2 parents 20d3c9b + 7621982 commit 20681a7

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)