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

Remove unused styles in tree.scss

See merge request gitlab-org/gitlab-ce!20996
This commit is contained in:
Phil Hughes 2018-08-03 07:19:10 +00:00
commit 5b663ddf4c
1 changed files with 0 additions and 18 deletions

View File

@ -109,24 +109,6 @@
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) {
td {
background-color: $row-hover;