mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 07:37:50 +08:00
Do not select line numbers when selecting text from the action run logs (#24594)
- Fixes #24578 # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
@ -530,6 +530,7 @@ export function ansiLogToHTML(line) {
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
color: var(--color-grey-light);
|
color: var(--color-grey-light);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.job-step-section .job-step-logs .job-log-line .log-time {
|
.job-step-section .job-step-logs .job-log-line .log-time {
|
||||||
|
Reference in New Issue
Block a user