mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix header logo accessibility
This commit is contained in:
parent
b10271d23d
commit
03206f802c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import Headroom from 'headroom.js';
|
|||
html += '<button type="button" is="paper-icon-button-light" class="headerButton headerButtonLeft headerBackButton hide"><span class="material-icons ' + (browser.safari ? 'chevron_left' : 'arrow_back') + '" aria-hidden="true"></span></button>';
|
||||
html += '<button type="button" is="paper-icon-button-light" class="headerButton headerHomeButton hide barsMenuButton headerButtonLeft"><span class="material-icons home" aria-hidden="true"></span></button>';
|
||||
html += '<button type="button" is="paper-icon-button-light" class="headerButton mainDrawerButton barsMenuButton headerButtonLeft hide"><span class="material-icons menu" aria-hidden="true"></span></button>';
|
||||
html += '<h3 class="pageTitle"></h3>';
|
||||
html += '<h3 class="pageTitle" aria-hidden="true"></h3>';
|
||||
html += '</div>';
|
||||
html += '<div class="headerRight">';
|
||||
html += '<button is="paper-icon-button-light" class="headerSyncButton syncButton headerButton headerButtonRight hide"><span class="material-icons groups" aria-hidden="true"></span></button>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue