Skip to content

Commit

Permalink
* Displaying changes in colors
Browse files Browse the repository at this point in the history
* Showing active file
  • Loading branch information
tomasbonco committed Jan 12, 2017
1 parent c53cde2 commit f95de80
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 85 deletions.
22 changes: 22 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,26 @@
.gitlab-tree-plugin-right
{
flex: 0 0 1;
}

.gitlab-tree-plugin-file-renamed, .gitlab-tree-plugin-file-renamed:hover
{
color: #d90;
}

.gitlab-tree-plugin-file-deleted, .gitlab-tree-plugin-file-deleted:hover
{
color: #d12f19;
}

.gitlab-tree-plugin-file-added, .gitlab-tree-plugin-file-added:hover
{
color: #4a2;
}

.gitlab-tree-plugin-file-active
{
color: #000;
font-weight: bold;
pointer-events: none;
}
148 changes: 110 additions & 38 deletions src/inject/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f95de80

Please sign in to comment.