Remove unused styles in tree.scss

This commit is contained in:
Annabel Dunstone Gray 2018-08-02 15:01:32 -05:00
parent c60cb39350
commit 7af956d608
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
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;