* Adjust devops three level menu

This commit is contained in:
zenggang
2023-08-07 08:02:49 +00:00
parent cedab83e0d
commit 491b5e3fb2
5 changed files with 33 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
#mainNavbar .nav {justify-content: left;}
#mainNavbar {background: none;}
#mainNavbar .nav-item>a {padding-right: 0.5rem}
#mainNavbar .nav-item>.active {color: unset; font-weight: 700;}
#mainNavbar .nav-item>a.active:after {position: absolute; content: ''; border-bottom: 2px solid #2e7fff; inset: 0 6px 0 15px;}