mirror of https://github.com/iv-org/invidious.git
Use 'ion-ios-trash' for /feed/history
This commit is contained in:
parent
2be43c17ab
commit
e5730f4cbc
|
@ -18,11 +18,7 @@
|
||||||
onmouseenter='this["href"]="javascript:void(0)"'
|
onmouseenter='this["href"]="javascript:void(0)"'
|
||||||
href="/mark_unwatched?id=<%= item %>"'
|
href="/mark_unwatched?id=<%= item %>"'
|
||||||
>
|
>
|
||||||
<i onmouseenter='this.setAttribute("class", "icon ion-ios-eye")'
|
<i class="icon ion-ios-trash"></i>
|
||||||
onmouseleave='this.setAttribute("class", "icon ion-ios-eye-off")'
|
|
||||||
class="icon ion-ios-eye-off"
|
|
||||||
>
|
|
||||||
</i>
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue