Merge pull request #1228 from jitsi/fix-menu-icon
Fix(RemoteVideo): Fixes remote video menu icon
This commit is contained in:
commit
29001c3ab0
|
@ -311,7 +311,7 @@ if (!interfaceConfig.filmStripOnly) {
|
||||||
this.container.appendChild(spanElement);
|
this.container.appendChild(spanElement);
|
||||||
|
|
||||||
var menuElement = document.createElement('i');
|
var menuElement = document.createElement('i');
|
||||||
menuElement.className = 'icon-menu';
|
menuElement.className = 'icon-menu-up';
|
||||||
menuElement.title = 'Remote user controls';
|
menuElement.title = 'Remote user controls';
|
||||||
spanElement.appendChild(menuElement);
|
spanElement.appendChild(menuElement);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue