updated styling commit SHA on branches page + added to changelog

This commit is contained in:
Dimitrie Hoekstra 2016-11-01 11:15:47 +01:00 committed by Fatih Acet
parent 957744dab4
commit b708c0d389
3 changed files with 19 additions and 1 deletions

View File

@ -66,6 +66,7 @@ entry.
- Improve search query parameter naming in /admin/users !7115 (YarNayar)
- Fix table pagination to be responsive
- Allow to search for user by secondary email address in the admin interface(/admin/users) !7115 (YarNayar)
- Updated commit SHA styling on the branches page.
## 8.13.3 (2016-11-02)

View File

@ -164,7 +164,22 @@
.branch-commit {
color: $gl-gray;
.commit-id,
.commit-icon {
text-align: center;
display: inline-block;
svg {
height: 14px;
width: 14px;
vertical-align: middle;
fill: $table-text-gray;
}
}
.commit-id{
color: $gl-link-color;
}
.commit-row-message {
color: $gl-gray;
}

View File

@ -1,4 +1,6 @@
.branch-commit
.icon-container.commit-icon
= custom_icon("icon_commit")
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-id monospace"
·
%span.str-truncated