Remove obsolete IE8 opacity hacks; remove unused transparency mixin.

This commit is contained in:
evazion
2016-12-26 19:57:48 -06:00
parent 1b05d5068a
commit 390524c7f5
3 changed files with 0 additions and 16 deletions

View File

@@ -41,16 +41,10 @@ div.comments-for-post {
}
article.comment.below-threshold {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
filter: alpha(opacity=30);
zoom: 1;
opacity: 0.3;
}
article.comment.below-threshold:hover {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
zoom: 1;
opacity: 1.0;
}
}