Lighter icon colors for repo files (#3351)
* Lighter icon colors for repo files * also color submodule icon
This commit is contained in:
parent
991ce42c48
commit
b1133c9934
2 changed files with 10 additions and 1 deletions
|
@ -1248,10 +1248,15 @@ footer .ui.language .menu {
|
|||
.repository.file.list #repo-files-table tbody .octicon {
|
||||
margin-left: 3px;
|
||||
margin-right: 5px;
|
||||
color: #777;
|
||||
}
|
||||
.repository.file.list #repo-files-table tbody .octicon.octicon-mail-reply {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
|
||||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
|
||||
color: #1e70bf;
|
||||
}
|
||||
.repository.file.list #repo-files-table td {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
.item {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
.label.color {
|
||||
padding: 0 8px;
|
||||
margin-right: 5px;
|
||||
|
@ -180,9 +180,13 @@
|
|||
.octicon {
|
||||
margin-left: 3px;
|
||||
margin-right: 5px;
|
||||
color: #777;
|
||||
&.octicon-mail-reply {
|
||||
margin-right: 10px;
|
||||
}
|
||||
&.octicon-file-directory, &.octicon-file-submodule {
|
||||
color: #1e70bf;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
|
|
Reference in a new issue