Fix links that open hidden content or perform other actions jumping the user to the top of the page

pull/312/head
ElementalAlchemist 2 years ago committed by Mike Lang
parent 263ebf44e7
commit dd5d03e46d

@ -291,11 +291,11 @@
<div id="data-correction">
<div id="data-correction-toolbar">
<a id="manual-link-update" href="#">Manual Link Update</a>
<a id="manual-link-update" class="click">Manual Link Update</a>
|
<a id="cancel-video-upload" href="#">Cancel Upload</a>
<a id="cancel-video-upload" class="click">Cancel Upload</a>
|
<a id="reset-entire-video" href="#">Force Reset Row</a>
<a id="reset-entire-video" class="click">Force Reset Row</a>
</div>
<div id="data-correction-manual-link" class="hidden">
<input type="text" id="data-correction-manual-link-entry" />

@ -42,6 +42,10 @@ a,
cursor: pointer;
}
a.click {
text-decoration: underline;
}
.input-error {
border-color: #b00;
}

Loading…
Cancel
Save