mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
* Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
This commit is contained in:
@ -237,7 +237,8 @@
|
||||
&.octicon-mail-reply {
|
||||
margin-right: 10px;
|
||||
}
|
||||
&.octicon-file-directory, &.octicon-file-submodule {
|
||||
&.octicon-file-directory, &.octicon-file-submodule,
|
||||
&.octicon-file-symlink-directory {
|
||||
color: #1e70bf;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user