From 1f1924cc4c1f5de77727f07b7e2415870a5f8f55 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 10 Aug 2018 11:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9focus=E6=A0=B7=E5=BC=8F=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index bcd905fc..b8b781de 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -8,10 +8,6 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } -.btn:focus, .page-link:focus { - box-shadow: none !important; -} - .tooltip-inner { max-width: 768px; } @@ -133,10 +129,6 @@ input.pending { box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6); } -.close:focus { - outline: none; -} - .dropdown-menu { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); padding: 0;