Skip to content

Commit f6e1a22

Browse files
silverwindGiteaBot
authored andcommitted
Fix pull description code label background (go-gitea#35865)
Fix visual regression from go-gitea#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" />
1 parent 470b210 commit f6e1a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ td .commit-summary {
387387

388388
.repository.view.issue .pull-desc code {
389389
color: var(--color-primary);
390+
background: transparent;
390391
}
391392

392393
.repository.view.issue .pull-desc a[data-clipboard-text] {

0 commit comments

Comments
 (0)