Skip to content

Commit 7c5f51a

Browse files
committed
CSS fixes padding nav
1 parent ee765bf commit 7c5f51a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/helios-gcx.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,15 @@ code::before {
15131513
background-size: 49%;
15141514
}
15151515

1516+
1517+
li.nav-item.is-active li.nav-item[data-depth="2"]:has(li[data-depth="3"]) {
1518+
padding: 0;
1519+
}
1520+
1521+
li.nav-item.is-active li.nav-item[data-depth="2"]:has(li[data-depth="3"]) a.nav-link {
1522+
padding: 8px 62px;
1523+
}
1524+
15161525
li.nav-item.is-current-path.is-active li.nav-item[data-depth="2"]:has(li[data-depth="3"]) {
15171526
padding: 0;
15181527
}

0 commit comments

Comments
 (0)