mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
link to file from its history (#27354)
Fixes #3852 Fixes https://github.com/go-gitea/gitea/issues/26707 Add a button on file history which directs you to the file at the selected commit. Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@@ -1328,13 +1328,6 @@ img.ui.avatar,
|
||||
display: inline-block; /* not sure whether it is still needed */
|
||||
}
|
||||
|
||||
.ui .button.copy-commit-sha {
|
||||
border: 1px solid var(--color-light-border);
|
||||
margin-right: 3px;
|
||||
padding: 6px 6px 4px;
|
||||
background: var(--color-light);
|
||||
}
|
||||
|
||||
.ui .button.truncate {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
|
Reference in New Issue
Block a user