mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 00:36:07 +05:30
Remove unused class attr on label
This commit is contained in:
parent
65663fb857
commit
50ba3c5d5c
@ -245,7 +245,7 @@ we're going to need to do it here in order to allow for translations.
|
|||||||
<%= video.description_html %>
|
<%= video.description_html %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<input id="descexpansionbutton" type="checkbox"/>
|
<input id="descexpansionbutton" type="checkbox"/>
|
||||||
<label for="descexpansionbutton" style="order: 1;" class="simulated_a">
|
<label for="descexpansionbutton" style="order: 1;">
|
||||||
<a></a>
|
<a></a>
|
||||||
</label>
|
</label>
|
||||||
<div id="descriptionWrapper">
|
<div id="descriptionWrapper">
|
||||||
|
Loading…
Reference in New Issue
Block a user