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

@@ -13,9 +13,6 @@ Danbooru.Note = {
$inner_border.css({
opacity: opacity,
"-ms-filter": "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)",
"filter": "alpha(opacity=50)",
zoom: 1
});
var $note_box = $('<div/>');