Skip to content

Commit

Permalink
Remove links from docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 12, 2020
1 parent cc10e94 commit 89d9ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/assets/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
padding: .25rem .625rem .25rem .5rem;
font-weight: 600;
color: rgba($black, .65);
text-decoration: none;
@include border-radius(.25rem);

> * { pointer-events: none; }
Expand Down Expand Up @@ -64,6 +65,7 @@
padding: .25rem .5rem;
@include font-size(.875rem);
color: rgba($black, .65);
text-decoration: none;
@include border-radius(.25rem);

&:hover,
Expand Down

0 comments on commit 89d9ba3

Please sign in to comment.