mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use paper-icon-button-light for password toggle button
This commit is contained in:
parent
d08e8d91ad
commit
5c0293c4d3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="current-password">
|
||||
<button class="passwordToggle" type="button">
|
||||
<button is="paper-icon-button-light" class="passwordToggle" type="button">
|
||||
<span class="material-icons visibility"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue