Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ input {
color: $inputcolor;
}

.nav-list-expander:hover{
cursor: pointer;
}

#sidebar.active {
display: none;
}
Expand Down Expand Up @@ -196,6 +200,7 @@ $text-color: #111111;
//
.nav-list {
list-style: circle url("/assets/images/nav-marker-inactive.svg") inside;


.nav-list-item {
// scss-lint:disable SelectorDepth
Expand All @@ -205,6 +210,7 @@ $text-color: #111111;

&.active {
list-style: disc url("/assets/images/nav-marker-active.svg") inside;
cursor: pointer;
}
}

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.