Skip to content

Commit

Permalink
Fix commit icon position (#12087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Jun 30, 2020
1 parent e3b7198 commit ce5f2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,8 @@
.badge.badge-commit {
border-color: transparent;
background: radial-gradient(white 60%, transparent 60%) no-repeat;
height: 10px;
margin-top: 11px;
}

.badge {
Expand Down
1 change: 0 additions & 1 deletion web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ a.ui.basic.green.label:hover {

.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat;
height: 0 !important;
}

.repository .comment.form .content .form:after {
Expand Down

0 comments on commit ce5f2b9

Please sign in to comment.