mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Rename and reorder link annotation CSS
This commit is contained in:
parent
ad4354c0bd
commit
26379ddae2
3 changed files with 16 additions and 16 deletions
|
@ -217,7 +217,7 @@ var LinkAnnotationElement = (function LinkAnnotationElementClosure() {
|
|||
* @returns {HTMLSectionElement}
|
||||
*/
|
||||
render: function LinkAnnotationElement_render() {
|
||||
this.container.className = 'annotLink';
|
||||
this.container.className = 'linkAnnotation';
|
||||
|
||||
var link = document.createElement('a');
|
||||
link.href = link.title = this.data.url || '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue