SnowdogApps / magento2-theme-blank-sass

SASS based version of Magento 2 Blank theme
MIT License
383 stars 150 forks source link

Magnifier mode=inside styles are missing #213

Closed avenicus closed 3 years ago

avenicus commented 5 years ago

Tested on Magento versions 2.2.7 and 2.3.1 with snowdog/theme-blank-sass in version 1.2.0.

When the magnifier is enabled and set to mode=inside (mode=outside works, although probably missing some styles as well) on etc/view.xml as below, the magnifier does not show correctly.

<var name="magnifier"> ... <var name="enabled">true</var> <var name="mode">inside</var> </var>

Example here with a blank theme enabled (M2.2.7, theme1.2.0): http://magentodemo.magento2e.com/olivia-1-4-zip-light-jacket.html

Igloczek commented 5 years ago

Could you track down what is the source of these styles in LESS theme?

Igloczek commented 3 years ago

Closing due to lack of activity.