aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web_src/less/_repository.less2
-rw-r--r--web_src/less/themes/theme-arc-green.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index b26f0fa880..9c5a3fc9a5 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -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 {
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index f828448191..a878764b85 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -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 {