1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Embed Matrix icon as SVG (#21890)

Embed the SVG icon directly, making further invertion unnecessary
because the icon color can now follow text color.

<img width="240" alt="Screenshot 2022-11-21 at 20 16 32"
src="https://user-images.githubusercontent.com/115237/203142189-89f20de9-c0bd-4d05-92c0-44dadf20d78f.png">
<img width="245" alt="Screenshot 2022-11-21 at 20 16 46"
src="https://user-images.githubusercontent.com/115237/203142191-658239ba-1859-49c6-91ad-10ddf14780d0.png">
This commit is contained in:
silverwind
2022-11-21 21:25:26 +01:00
committed by GitHub
parent 2836382f34
commit 2e5ac53bdc
8 changed files with 9 additions and 9 deletions

View File

@@ -784,6 +784,9 @@ a.commit-statuses-trigger {
margin-top: -.25rem;
margin-bottom: -.25rem;
}
.ui.dropdown .menu > .item > svg.img {
margin-right: .78571429rem;
}
.ui.selection.dropdown .menu > .item {
border-color: var(--color-secondary);