1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 22:47:21 +00:00

Do not show unnecessary commit sign lock icon (#33387)

Fix #33385
This commit is contained in:
wxiaoguang
2025-01-25 19:32:35 +08:00
committed by GitHub
parent 7da8a01d39
commit 6a516a0d14
2 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,7 @@
.ui.label.commit-id-short {
font-family: var(--fonts-monospace);
height: 24px;
}
.ui.label.commit-id-short > .commit-sign-badge {
@ -16,7 +17,7 @@
padding: 0;
border: 0 !important;
border-radius: 0;
background: transparent;
background: transparent !important;
}
.ui.label.commit-id-short > .commit-sign-badge:hover {