From 9545c1230c83b156cb734eb315df98a1ad89543c Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Mon, 6 Aug 2018 17:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E9=A1=B5=E6=8E=A7=E4=BB=B6page-link:focus?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/site.css | 1 - Bootstrap.Admin/wwwroot/css/theme.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index 96186881..76b0a4e3 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -22,7 +22,6 @@ a, a:hover, a:focus { .dropdown-menu { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); padding: 0; - font-size: 0.875rem; } .dropdown-menu a { diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 67b8a447..f536b8b3 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -8,7 +8,7 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); } -.btn:focus { +.btn:focus, .page-link:focus { box-shadow: none !important; }