From 00f202fe5699a18235aa9a9a4c7edd420ab867ee Mon Sep 17 00:00:00 2001 From: zxa666 <zxadeguge@gmail.com> Date: Tue, 10 Sep 2024 19:55:30 +0800 Subject: [PATCH] add new feature on sideNavBar --- src/containers/App/App.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 4b6b9e2..406a3c0 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -387,6 +387,7 @@ footer a:hover { .side-navbar .nav-link { margin-bottom: 10px; font-weight: bold; + cursor: pointer; } .side-navbar .nav-link.active { @@ -396,3 +397,7 @@ footer a:hover { .side-navbar .nav-link.notActive { background-color: rgb(245, 245, 220); } + +.side-navbar .nav-link.notActive:hover { + background-color: rgb(204, 204, 168); +} \ No newline at end of file -- GitLab