From 70399b0212d5b7c9de4ad30889a16b7345b14860 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 16 Aug 2019 13:08:05 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BE=AE=E8=B0=83=E6=94=B6=E8=B5=B7?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E9=BC=A0=E6=A0=87=E6=82=AC=E5=81=9C?= =?UTF-8?q?=E6=97=B6=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/lte.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/lte.css b/Bootstrap.Admin/wwwroot/css/lte.css index 4241d2d8..6f0644ed 100644 --- a/Bootstrap.Admin/wwwroot/css/lte.css +++ b/Bootstrap.Admin/wwwroot/css/lte.css @@ -296,4 +296,8 @@ body { .sidebar-open .sub .nav-link { padding-left: 0; } + + .sidebar-open aside:hover .sub .nav-link { + padding-left: 10px; + } }