Skip to content

Commit

Permalink
(fix: CircuitVerse#672): Sidebar items expander should be cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradipram committed Jan 24, 2024
1 parent 59e08c0 commit fe4b5fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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.

0 comments on commit fe4b5fb

Please sign in to comment.