Commit e0caed91 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve tree view UI

parent d086221f
...@@ -40,8 +40,8 @@ ...@@ -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 @@ ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment