summaryrefslogtreecommitdiffstats
path: root/web_src/svg
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-08-09 23:55:29 +0200
committerGitHub <noreply@github.com>2022-08-09 23:55:29 +0200
commit89505ac650c8bce17554bc001a00673741e21528 (patch)
tree78b190f8b4ca1be67b54cd05dc2f238d98f527d1 /web_src/svg
parent7009eb9a24a800b7fb884b54f81885815ea4d286 (diff)
downloadgitea-89505ac650c8bce17554bc001a00673741e21528.tar.gz
gitea-89505ac650c8bce17554bc001a00673741e21528.zip
Change commit status icons to SVG (#20736)
* Fix commit status popover and switch to svg icons * margin tweak * fix integration, use warning sign for error to match previous * remove fix from here, will be a new pr * use top/bottom positioning * vertically center * use no-entry over alert oction * add exclamation icon * fix test selector * more test fixes
Diffstat (limited to 'web_src/svg')
-rw-r--r--web_src/svg/gitea-exclamation.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/svg/gitea-exclamation.svg b/web_src/svg/gitea-exclamation.svg
new file mode 100644
index 0000000000..c83cb4158e
--- /dev/null
+++ b/web_src/svg/gitea-exclamation.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.99a2 2 0 0 0 2-2V2.03a2 2 0 0 0-4 0v11.96a2 2 0 0 0 2 2zm0 7.98a2.5 2.5 0 1 0-2.5-2.5 2.5 2.5 0 0 0 2.5 2.5z"/></svg> \ No newline at end of file