1
0
Fork 0
forked from forgejo/forgejo

Switch migration icon to svg (#15954)

Followup on https://github.com/go-gitea/gitea/pull/15952, use SVG for migration icon.

<img width="541" alt="Screen Shot 2021-05-23 at 00 26 12" src="https://user-images.githubusercontent.com/115237/119242417-c1a37600-bb5d-11eb-9f97-a80aa89741ee.png">
<img width="540" alt="Screen Shot 2021-05-23 at 00 25 39" src="https://user-images.githubusercontent.com/115237/119242419-c2d4a300-bb5d-11eb-9792-1e6e4092c9f9.png">
This commit is contained in:
silverwind 2021-09-18 18:22:51 +02:00 committed by GitHub
parent b74a0f9060
commit d04e581f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 43 additions and 14 deletions

View file

@ -1041,7 +1041,7 @@ a.ui.card:hover,
.migrate {
color: var(--color-text-light-2) !important;
opacity: .5;
a {
color: var(--color-text-light) !important;
@ -1770,6 +1770,10 @@ a.ui.basic.label:hover {
}
}
.migrate .svg.gitea-git {
color: #f05133; /* from https://upload.wikimedia.org/wikipedia/commons/e/e0/Git-logo.svg */
}
.ui.popup {
background-color: var(--color-body);
color: var(--color-secondary-dark-6);