Skip to content

Commit e781365

Browse files
author
Andrey Konosov
committed
Merge commit 'refs/pull/453/head' of github.corp.ebay.com:magento2/magento2ce into MX_GITHUB_BUGS
2 parents e30aab7 + 41fa76d commit e781365

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)