From 202803fc69d21763a06d8d0f5a4c46509c18f6f1 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 15 Mar 2023 03:20:19 +0100 Subject: Replace Less with CSS (#23481) Ran most of the Less files through the Less compiler and Prettier and then followed up with a round of manual fixes. The Less compiler had unfortunately stripped all `//` style comments that I had to restore (It did preserve `/* */` comments). Other fixes include duplicate selector removal which were revealed after the transpilation and which weren't caught by stylelint before but now are. Fixes: https://github.com/go-gitea/gitea/issues/15565 --- web_src/js/components/RepoActionView.vue | 267 ++++++++++++++++--------------- 1 file changed, 139 insertions(+), 128 deletions(-) (limited to 'web_src/js/components/RepoActionView.vue') diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index bf84186c1a..079c81921e 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -286,51 +286,54 @@ export function initRepositoryActionView() { - - + + -- cgit v1.2.3