Skip to content

Commit 7eaf7aa

Browse files
Do not select line numbers when selecting text from the action run logs (go-gitea#24594) (go-gitea#24596)
Backport go-gitea#24594 by @yardenshoham - Fixes go-gitea#24578 # Before ![image](https://user-images.githubusercontent.com/20454870/236873942-26e97f28-6595-4be9-88fa-158870eda253.png) # After ![image](https://user-images.githubusercontent.com/20454870/236874171-8f0182a5-e953-4740-b875-f3542dee8325.png) Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Yarden Shoham <git@yardenshoham.com>
1 parent b390b43 commit 7eaf7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/RepoActionView.vue

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ export function initRepositoryActionView() {
469469
width: 48px;
470470
color: var(--color-grey-light);
471471
text-align: right;
472+
user-select: none;
472473
}
473474
474475
.job-step-section .job-step-logs .job-log-line .log-time {

0 commit comments

Comments
 (0)