1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Add old svg class name to git entry icon (#33884)

Fix https://github.com/go-gitea/gitea/pull/33837#discussion_r1995521288
This commit is contained in:
wxiaoguang
2025-03-14 23:11:29 +08:00
committed by GitHub
parent cb6b33c9cd
commit 0dfa94edc8
2 changed files with 16 additions and 6 deletions

View File

@ -4,7 +4,7 @@
fill: currentcolor;
}
.svg.fileicon {
.svg.git-entry-icon {
fill: transparent; /* some material icons have dark background fill, so need to reset */
}