summaryrefslogtreecommitdiffstats
path: root/web_src/less/_svg.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-03-17 02:04:39 +0100
committerGitHub <noreply@github.com>2023-03-16 21:04:39 -0400
commit8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7 (patch)
tree84a1965b300e278f509cb969a3fd1a436193ebc9 /web_src/less/_svg.less
parent23a6fa9421cfcf67754ff962782dcf99e6491bb9 (diff)
downloadgitea-8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7.tar.gz
gitea-8f8bd3c0cb19d30a4872000d1f8ab554a408f1e7.zip
Replace Less with CSS (#23508)
Backport https://github.com/go-gitea/gitea/pull/23481, https://github.com/go-gitea/gitea/pull/23504 and https://github.com/go-gitea/gitea/pull/23520 to 1.19, just so we have an easier time with future backports. Seems to work on a basic level. There was a merge conflict in `RepoActionView.vue`, otherwise it merged cleanly. --------- Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less/_svg.less')
-rw-r--r--web_src/less/_svg.less9
1 files changed, 0 insertions, 9 deletions
diff --git a/web_src/less/_svg.less b/web_src/less/_svg.less
deleted file mode 100644
index a2ea64c438..0000000000
--- a/web_src/less/_svg.less
+++ /dev/null
@@ -1,9 +0,0 @@
-.svg {
- display: inline-block;
- vertical-align: text-top;
- fill: currentcolor;
-
- .middle & {
- vertical-align: middle;
- }
-}