Change icon tag to span

This commit is contained in:
Dmitry Lyzo 2020-04-26 02:37:28 +03:00
parent ad5c7ec3b4
commit 6fe9a8c3e9
120 changed files with 439 additions and 439 deletions

View file

@ -7,45 +7,45 @@
<span>${HeaderPlayAll}</span>
</button>
<button is="paper-icon-button-light" class="btnPlay listIconButton-autohide">
<i class="material-icons play_arrow"></i>
<span class="material-icons play_arrow"></span>
</button>
<button is="emby-button" class="btnQueue button-flat hide listTextButton-autohide">
<span>${Queue}</span>
</button>
<button is="paper-icon-button-light" class="btnQueue hide listIconButton-autohide">
<i class="material-icons playlist_add"></i>
<span class="material-icons playlist_add"></span>
</button>
<button is="emby-button" class="btnShuffle button-flat hide listTextButton-autohide">
<span>${Shuffle}</span>
</button>
<button is="paper-icon-button-light" class="btnShuffle hide listIconButton-autohide">
<i class="material-icons shuffle"></i>
<span class="material-icons shuffle"></span>
</button>
<button is="emby-button" class="btnNewItem hide button-flat listTextButton-autohide">
<span>${New}</span>
</button>
<button is="paper-icon-button-light" class="btnNewItem hide listIconButton-autohide">
<i class="material-icons add"></i>
<span class="material-icons add"></span>
</button>
<button is="emby-button" class="btnSort hide button-flat listTextButton-autohide">
<span class="btnSortText"></span>
<i class="material-icons btnSortIcon arrow_upward"></i>
<span class="material-icons btnSortIcon arrow_upward"></span>
</button>
<button is="paper-icon-button-light" class="btnSort hide listIconButton-autohide">
<i class="material-icons sort"></i>
<span class="material-icons sort"></span>
</button>
<button is="emby-button" class="btnFilter button-flat listTextButton-autohide">
<span>${Filter}</span>
</button>
<button is="paper-icon-button-light" class="btnFilter listIconButton-autohide" data-ripple="false" style="overflow:visible;">
<i class="material-icons filter_list"></i>
<span class="material-icons filter_list"></span>
</button>
<button is="emby-button" class="btnViewSettings button-flat listTextButton-autohide">
<i class="material-icons more_horiz"></i>
<span class="material-icons more_horiz"></span>
</button>
<button is="paper-icon-button-light" class="btnViewSettings listIconButton-autohide">
<i class="material-icons more_horiz"></i>
<span class="material-icons more_horiz"></span>
</button>
</div>
<div is="emby-itemscontainer" class="vertical-wrap itemsContainer centered" style="padding: 0 0 10vh 0;">