Commit 5b663ddf authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-unused-css' into 'master'

Remove unused styles in tree.scss

See merge request gitlab-org/gitlab-ce!20996
parents 5f664759 7af956d6
...@@ -109,24 +109,6 @@ ...@@ -109,24 +109,6 @@
line-height: 21px; line-height: 21px;
} }
.last-commit {
@include str-truncated(506px);
.fa-angle-right {
margin-left: 5px;
}
@include media-breakpoint-only(md) {
@include str-truncated(450px);
}
}
.commit-history-link-spacer {
margin: 0 10px;
color: $white-normal;
}
&:hover:not(.tree-truncated-warning) { &:hover:not(.tree-truncated-warning) {
td { td {
background-color: $row-hover; background-color: $row-hover;
......
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