mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 01:27:20 +00:00
Add material icons for file list (#33837)
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
fill: currentcolor;
|
||||
}
|
||||
|
||||
.svg.fileicon {
|
||||
fill: transparent; /* some material icons have dark background fill, so need to reset */
|
||||
}
|
||||
|
||||
.middle .svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
Reference in New Issue
Block a user