Skip to content

Commit

Permalink
Merge pull request #272 from jonathan-richer/master
Browse files Browse the repository at this point in the history
style: Make whole sidebar link clickable
  • Loading branch information
AyshaHakeem authored Sep 26, 2024
2 parents c1f83c3 + 9650d88 commit 669c0a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ body.dark {
display: flex;
align-items: center;
height: 26px;
padding: 5px 8px;
border-radius: 8px;
}
.sidebar-item-active {
Expand Down Expand Up @@ -328,7 +327,7 @@ body.dark {
margin: 0;
font-weight: 420;
width: 100%;
padding: 0;
padding: 5px 8px;

&:hover {
color: unset;
Expand Down

0 comments on commit 669c0a7

Please sign in to comment.