Skip to content

Commit 0afa9b9

Browse files
Fix: Add hover effect to sidebar navigation links (#788)
* fix: add hover effect to sidebar navigation links * resolve merge conflicts --------- Co-authored-by: Nihal <65150640+Nihal4777@users.noreply.github.com>
1 parent 2be27da commit 0afa9b9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,12 @@ button,
321321
.nav-list-expander {
322322
cursor: pointer;
323323
}
324+
325+
// hover effect on sidebar nav items
326+
.nav-list-link {
327+
transition: color 0.2s ease;
328+
329+
&:hover {
330+
text-decoration: underline;
331+
}
332+
}

0 commit comments

Comments
 (0)