Skip to content

Commit 43dce0d

Browse files
zanileeirenelagno
authored andcommitted
MAGETWO-39422: [UI] Assistance with applying new style for Credit card validation
1 parent 9c7fffe commit 43dce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
-webkit-filter: grayscale(100%); // For Webkit browsers
9393
-webkit-transition: all .6s ease; // Fade to color for Chrome and Safari
9494
filter: grayscale(100%);
95-
filter: gray; // For IE 6 - 9
9695
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
96+
filter: gray; // For IE 6 - 9
9797
}
9898
}
9999
}

0 commit comments

Comments
 (0)