Skip to content

Commit

Permalink
Remove a .vex-overlay rule affecting only IE <= 8
Browse files Browse the repository at this point in the history
  • Loading branch information
PixievoltNo1 committed Sep 2, 2017
1 parent b341751 commit 4dcf318
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions dist/css/vex.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
height: 50px;
overflow: scroll; }

.vex-overlay {
background: #000;
filter: alpha(opacity=40);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.vex-overlay {
animation: vex-fadein 0.5s;
-webkit-animation: vex-fadein 0.5s;
Expand Down
6 changes: 0 additions & 6 deletions sass/vex.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
height: 50px
overflow: scroll

// IE
.vex-overlay
background: #000
filter: alpha(opacity=40) /* IE 57 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" /* IE 8 */

.vex-overlay
+vex-animation(vex-fadein .5s)
position: fixed
Expand Down

0 comments on commit 4dcf318

Please sign in to comment.