From 412ba26eeb4cffd5751a1824b08feee728ce26b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Mon, 26 Jun 2023 12:02:14 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- static/css/checkbox.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/css/checkbox.css b/static/css/checkbox.css index 9879fa5..83ec97b 100644 --- a/static/css/checkbox.css +++ b/static/css/checkbox.css @@ -128,12 +128,6 @@ -o-transform: scale(1,1); transform: scale(1,1); } - -.checkbox-custom input[type=radio]:focus+label::before, .checkbox-custom input[type=checkbox]:focus+label::before { - outline: thin dotted; - outline: 0.36em auto -webkit-focus-ring-color; - outline-offset: -2px; -} .checkbox-primary input[type=radio]:checked+label::before, .checkbox-primary input[type=checkbox]:checked+label::before { background-color: #4C89FB; border-color: #4C89FB;