diff options
author | silverwind <me@silverwind.io> | 2022-05-20 05:04:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 05:04:45 +0200 |
commit | ac8bee6aebd69db0c110343a527ae5b7d0ec6092 (patch) | |
tree | 4e03e7fe42de60877eac6713083eced1190984b4 /web_src/fomantic/semantic.json | |
parent | cc7236e852e60e4dc9c4fb5692ac62697ef0e9e3 (diff) | |
download | gitea-ac8bee6aebd69db0c110343a527ae5b7d0ec6092.tar.gz gitea-ac8bee6aebd69db0c110343a527ae5b7d0ec6092.zip |
Remove fomantic progress module (#19760)
Replace it with HTML `<progress>` element. The bar won't go green at
100% anymore but I think it's not something that fits stylistically anyways.
Diffstat (limited to 'web_src/fomantic/semantic.json')
-rw-r--r-- | web_src/fomantic/semantic.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/fomantic/semantic.json b/web_src/fomantic/semantic.json index a6c7eb1b27..ff45cc465c 100644 --- a/web_src/fomantic/semantic.json +++ b/web_src/fomantic/semantic.json @@ -45,7 +45,6 @@ "message", "modal", "popup", - "progress", "reset", "search", "segment", |