diff options
author | zeripath <art27@cantab.net> | 2023-06-06 06:29:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 13:29:37 +0800 |
commit | 036fb7861fb8fb12f1dcabbd8edab9b322b7c96c (patch) | |
tree | 53866bb0ed5cdfc8b1c000871e4f2d6e3119cc67 /web_src/css/repo.css | |
parent | c09f747b516f52b16f3d699e5f115789600a432a (diff) | |
download | gitea-036fb7861fb8fb12f1dcabbd8edab9b322b7c96c.tar.gz gitea-036fb7861fb8fb12f1dcabbd8edab9b322b7c96c.zip |
Clean up WebAuthn javascript code and remove JQuery code (#22697)
There were several issues with the WebAuthn registration and testing
code and the style
was very old javascript with jquery callbacks.
This PR uses async and fetch to replace the JQuery code.
Ref #22651
Signed-off-by: Andrew Thornton <art27@cantab.net>
---------
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src/css/repo.css')
-rw-r--r-- | web_src/css/repo.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index b2b544a7ea..4e300be878 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2405,11 +2405,6 @@ padding-bottom: 0 !important; } -.settings .content > .header, -.settings .content .segment { - box-shadow: 0 1px 2px 0 var(--color-box-header); -} - .settings.webhooks .list > .item:not(:first-child), .settings.githooks .list > .item:not(:first-child), .settings.actions .list > .item:not(:first-child) { |