Remove the background compatibility hacks for linkAnnotation in old versions of IE

With PDF.js version `2.0` we'll no longer support IE 9 and 10, hence these hacks can now be removed.
This commit is contained in:
Jonas Jenwald 2017-12-27 14:16:28 +01:00
parent fe30d4d468
commit 03b0c76b7f

View File

@ -27,14 +27,6 @@
height: 100%; height: 100%;
} }
.annotationLayer .linkAnnotation > a /* -ms-a */ {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
.annotationLayer .buttonWidgetAnnotation.pushButton > a /* -ms-a */ {
background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
.annotationLayer .linkAnnotation > a:hover, .annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover { .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
opacity: 0.2; opacity: 0.2;