From 61579bb290b091c1c7fa5de9c0e4817effec71c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 15 Feb 2023 20:30:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/authentication/login.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index 28d790597..3b8ae55a9 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -215,28 +215,14 @@ } .auto-login input[type=checkbox] { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; position: relative; display: inline-block; - margin-top: -1px; + margin-top: 0; vertical-align: middle; width: 13px; height: 13px; - border-radius: 50%; - border: 1px solid var(--primary-color); - outline: none; cursor: pointer; } - - .auto-login input[type=checkbox]:checked { - border: 4px solid var(--primary-color); - } - - .auto-login > .row::after { - clear: none; - }