1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove filter: alpha(opacity = 0);

Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining
This commit is contained in:
Christian Oliff 2017-01-10 20:36:50 +09:00 committed by Mark Otto
parent fc82352594
commit d7af46359b

View file

@ -208,7 +208,6 @@
max-width: 100%;
height: $custom-file-height;
margin: 0;
filter: alpha(opacity = 0);
opacity: 0;
&:focus ~ .custom-file-control {