diff options
author | silverwind <me@silverwind.io> | 2023-05-01 11:35:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 05:35:02 -0400 |
commit | 1bd277223571c12dc57dd86e50d14f81a273b9cc (patch) | |
tree | 6d763335647255b16f4623807bedbfd7533d9ddb /templates/package | |
parent | 00d998a51349672087016295eab00a016ed8683d (diff) | |
download | gitea-1bd277223571c12dc57dd86e50d14f81a273b9cc.tar.gz gitea-1bd277223571c12dc57dd86e50d14f81a273b9cc.zip |
Replace remaining fontawesome dropdown icons with SVG (#24455)
- Replace leftover dropdown triangles with SVG
- Replace remove icon with SVG and add styling for it:
<img width="817" alt="Screenshot 2023-05-01 at 00 40 05"
src="https://user-images.githubusercontent.com/115237/235379271-4674d4f7-b11e-4d6d-90f9-1478325443ca.png">
<img width="816" alt="Screenshot 2023-05-01 at 00 46 56"
src="https://user-images.githubusercontent.com/115237/235379451-b515afb3-9773-4f6f-a259-e7048235bcba.png">
Diffstat (limited to 'templates/package')
-rw-r--r-- | templates/package/settings.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package/settings.tmpl b/templates/package/settings.tmpl index a443a8d27f..7beb3da062 100644 --- a/templates/package/settings.tmpl +++ b/templates/package/settings.tmpl @@ -20,7 +20,7 @@ {{$repoID = .PackageDescriptor.Repository.ID}} {{end}} <input type="hidden" name="repo_id" value="{{$repoID}}"> - <i class="dropdown icon"></i> + {{svg "octicon-triangle-down" 14 "dropdown icon"}} <div class="default text">{{.locale.Tr "packages.settings.link.select"}}</div> <div class="menu"> {{range .Repos}} |