Remove obsolete IE8 opacity hacks; remove unused transparency mixin.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user