mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move underscore Icon to class
This commit is contained in:
parent
4b99f00552
commit
25f3be7e70
10 changed files with 14 additions and 14 deletions
|
@ -87,10 +87,10 @@
|
|||
<i class="material-icons keyboard_arrow_left"></i>
|
||||
</button>
|
||||
<button is="paper-icon-button-light" class="btnOk btnCommand autoSize button-submit" title="${ButtonOk}" data-command="Select">
|
||||
<i class="material-icons">keyboard_return</i>
|
||||
<i class="material-icons keyboard_return"></i>
|
||||
</button>
|
||||
<button is="paper-icon-button-light" class="btnArrowRight btnCommand autoSize button-submit" title="${ButtonArrowRight}" data-command="MoveRight">
|
||||
<i class="material-icons">keyboard_arrow_right</i>
|
||||
<i class="material-icons keyboard_arrow_right"></i>
|
||||
</button>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue