Merge pull request #9321 from Snuffleupagus/rm-IE-linkAnnotation-hack
Remove the `background` compatibility hacks for `linkAnnotation` in old versions of IE
This commit is contained in:
commit
5c2cd369d2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user