Implementation of Folder Jumping
This commit is contained in:
parent
331316894e
commit
c22f9114c7
6 changed files with 54 additions and 5 deletions
|
@ -1272,6 +1272,9 @@ footer .ui.language .menu {
|
|||
.repository.file.list #repo-files-table tr:hover {
|
||||
background-color: #ffffEE;
|
||||
}
|
||||
.repository.file.list #repo-files-table .jumpable-path {
|
||||
color: #888;
|
||||
}
|
||||
.repository.file.list #file-content .header .icon {
|
||||
font-size: 1em;
|
||||
margin-top: -2px;
|
||||
|
|
|
@ -205,6 +205,9 @@
|
|||
tr:hover {
|
||||
background-color: #ffffEE;
|
||||
}
|
||||
.jumpable-path {
|
||||
color: #888;
|
||||
}
|
||||
}
|
||||
|
||||
#file-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue