Improve tree view UI

This commit is contained in:
Dmitriy Zaporozhets 2015-03-10 00:51:16 -07:00
parent d086221f73
commit e0caed91e2

View file

@ -40,8 +40,8 @@
max-width: 320px; max-width: 320px;
vertical-align: middle; vertical-align: middle;
i { i, a {
color: $gl-info; color: $gl-link-color;
} }
img { img {
@ -61,13 +61,18 @@
.tree_author { .tree_author {
padding-right: 8px; padding-right: 8px;
.commit-author-name {
color: gray;
}
} }
.tree_commit { .tree_commit {
color: gray; color: gray;
.tree-commit-link { .tree-commit-link {
color: #444; color: gray;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }