]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove filter: alpha(opacity = 0);
authorChristian Oliff <christianoliff@yahoo.com>
Tue, 10 Jan 2017 11:36:50 +0000 (20:36 +0900)
committerMark Otto <markd.otto@gmail.com>
Mon, 16 Jan 2017 01:52:34 +0000 (17:52 -0800)
Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining

scss/_custom-forms.scss

index ef2aab3544d0376b681652fbcdd6b4b0e7dbbe22..3bc02a2397ebee011184c4260a469e129b97ae91 100644 (file)
   max-width: 100%;
   height: $custom-file-height;
   margin: 0;
-  filter: alpha(opacity = 0);
   opacity: 0;
 
   &:focus ~ .custom-file-control {