From 03b0c76b7f01a6f2f9c6cc50710ac6f5982a89dd Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 27 Dec 2017 14:16:28 +0100 Subject: [PATCH] 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. --- web/annotation_layer_builder.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/annotation_layer_builder.css b/web/annotation_layer_builder.css index 483941955..4bbbd16e2 100644 --- a/web/annotation_layer_builder.css +++ b/web/annotation_layer_builder.css @@ -27,14 +27,6 @@ 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 .buttonWidgetAnnotation.pushButton > a:hover { opacity: 0.2;