diff options
author | silverwind <me@silverwind.io> | 2020-12-27 15:24:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-27 15:24:27 +0100 |
commit | 50a2dd52baed6a998cca332761c3e9eccf0157a9 (patch) | |
tree | 4c5a2ca412a208ba510bcbff14ce2731c79dbb2e /web_src/less/_form.less | |
parent | fe403725f45e4515ce89d6a4dfd01e9698d38ad9 (diff) | |
download | gitea-50a2dd52baed6a998cca332761c3e9eccf0157a9.tar.gz gitea-50a2dd52baed6a998cca332761c3e9eccf0157a9.zip |
Update JS dependencies and webpack (#14118)
* Update JS dependencies
- Update all JS dependencies
- Adapt webpack config for version 5
- Update to Less 4.0, adapting usage of removed mixin syntax
- Enable new ESLint rules and fix discovered issues
* update license-webpack-plugin to fix missing licenses
* update license-webpack-plugin once more to get webpack into the license output
* switch to license-checker-webpack-plugin again for performance
* update deps again
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less/_form.less')
-rw-r--r-- | web_src/less/_form.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less index 03f5c83bca..76c1a06990 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -236,7 +236,7 @@ textarea:focus, .user.signin, .user.signup { @input-padding: 200px; - #create-page-form; + #create-page-form(); form { width: 700px !important; @@ -273,7 +273,7 @@ textarea:focus, &.new.repo, &.new.migrate, &.new.fork { - #create-page-form; + #create-page-form(); form { .dropdown .text { |