Browse Source

Fix commit icon position (#12087)

for-closed-social
Lauris BH 3 years ago
committed by GitHub
parent
commit
ce5f2b9845
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +2
    -0
      web_src/less/_repository.less
  2. +0
    -1
      web_src/less/themes/theme-arc-green.less

+ 2
- 0
web_src/less/_repository.less View File

@ -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 {

+ 0
- 1
web_src/less/themes/theme-arc-green.less View File

@ -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 {

Loading…
Cancel
Save