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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {