mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-22 01:33:14 +03:00
Button Tab Index Fix
This commit is contained in:
parent
a6a21d21ae
commit
e070475172
@ -186,6 +186,7 @@ $.Button = function( options ) {
|
|||||||
this.element.style.cursor = "pointer";
|
this.element.style.cursor = "pointer";
|
||||||
this.element.style.display = "inline-block";
|
this.element.style.display = "inline-block";
|
||||||
this.element.style.position = "relative";
|
this.element.style.position = "relative";
|
||||||
|
this.element.tabIndex = "0";
|
||||||
this.element.title = this.tooltip;
|
this.element.title = this.tooltip;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user