mirror of
https://github.com/videojs/video.js.git
synced 2025-01-27 11:22:06 +02:00
parent
e176b56843
commit
5748c360af
@ -59,7 +59,7 @@ class MenuItem extends ClickableComponent {
|
||||
|
||||
return super.createEl('li', assign({
|
||||
className: 'vjs-menu-item',
|
||||
innerHTML: this.localize(this.options_.label),
|
||||
innerHTML: `<span class="vjs-menu-item-text">${this.localize(this.options_.label)}</span>`,
|
||||
tabIndex: -1
|
||||
}, props), attrs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user