diff options
| author | Christian Oliff <[email protected]> | 2017-01-10 20:36:50 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-15 17:52:34 -0800 |
| commit | d7af46359b14340265e02243e2f0a9d8aa1fce50 (patch) | |
| tree | b482572ea199fbab7cf38b6507257de07bc6627e | |
| parent | fc82352594ba94ed415003acf79b727b86917d6a (diff) | |
| download | bootstrap-d7af46359b14340265e02243e2f0a9d8aa1fce50.tar.xz bootstrap-d7af46359b14340265e02243e2f0a9d8aa1fce50.zip | |
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
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ef2aab354..3bc02a239 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -208,7 +208,6 @@ max-width: 100%; height: $custom-file-height; margin: 0; - filter: alpha(opacity = 0); opacity: 0; &:focus ~ .custom-file-control { |
