0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-06 08:00:29 +01:00

Fix pull description code label background (#35865) (#35870)

Backport #35865 by @silverwind

Fix visual regression from https://github.com/go-gitea/gitea/pull/35567:

Before:

<img width="612" height="33" alt="image"
src="https://github.com/user-attachments/assets/aee4017c-b8b9-4ac2-9809-9d3eb3fda56c"
/>

After:

<img width="613" height="32" alt="image"
src="https://github.com/user-attachments/assets/ee6624da-b417-4e3b-8773-88c77c2cd672"
/>

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot 2025-11-06 01:29:06 +08:00 committed by GitHub
parent f84bf259ad
commit 24189dcced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -387,6 +387,7 @@ td .commit-summary {
.repository.view.issue .pull-desc code {
color: var(--color-primary);
background: transparent;
}
.repository.view.issue .pull-desc a[data-clipboard-text] {