Skip to content

Commit 41fa76d

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-39676: Styles are missed on Storefront
1 parent 0ca6009 commit 41fa76d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_payment-options.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
-webkit-filter: grayscale(100%); // For Webkit browsers
9999
-webkit-transition: all .6s ease; // Fade to color for Chrome and Safari
100100
filter: grayscale(100%);
101-
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); // Firefox 10+, Firefox on Android
102101
filter: gray; // For IE 6 - 9
103102
}
104103
}

0 commit comments

Comments
 (0)