Skip to content

Commit e112125

Browse files
committed
Added identation to a specific type of link
1 parent eab0966 commit e112125

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gcx/styles/src/css/helios-gcx-sidebar.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ label.collapse_label:after {
446446
color: #fff;
447447
}
448448

449+
li.nav-item.toggler.is-active[data-depth="1"] .nav-text{
450+
padding: 8px 0px 8px 90px;
451+
}
449452

450453
.dark-mode li.nav-item.toggler.is-active[data-depth="1"] .nav-text {
451454
color: var(--white);
@@ -495,7 +498,7 @@ label.collapse_label:after {
495498

496499

497500
.dark-mode li.nav-item.toggler.is-active[data-depth="2"] .nav-text {
498-
color: #fff;
501+
color: #fff;
499502
}
500503

501504

0 commit comments

Comments
 (0)