mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Use material style for trash icon
This commit is contained in:
parent
60c6778344
commit
f01cfd0226
@ -16,9 +16,8 @@
|
|||||||
<a onclick="mark_unwatched(this)"
|
<a onclick="mark_unwatched(this)"
|
||||||
data-id="<%= item %>"
|
data-id="<%= item %>"
|
||||||
onmouseenter='this["href"]="javascript:void(0)"'
|
onmouseenter='this["href"]="javascript:void(0)"'
|
||||||
href="/mark_unwatched?id=<%= item %>"'
|
href="/mark_unwatched?id=<%= item %>">
|
||||||
>
|
<i class="icon ion-md-trash"></i>
|
||||||
<i class="icon ion-ios-trash"></i>
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user