Commit a66e5e66 authored by Mark Otto's avatar Mark Otto
Browse files

Remove links from docs sidebar

parent f3692bf5
Showing with 2 additions and 0 deletions
+2 -0
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
padding: .25rem .625rem .25rem .5rem; padding: .25rem .625rem .25rem .5rem;
font-weight: 600; font-weight: 600;
color: rgba($black, .65); color: rgba($black, .65);
text-decoration: none;
@include border-radius(.25rem); @include border-radius(.25rem);
> * { pointer-events: none; } > * { pointer-events: none; }
...@@ -64,6 +65,7 @@ ...@@ -64,6 +65,7 @@
padding: .25rem .5rem; padding: .25rem .5rem;
@include font-size(.875rem); @include font-size(.875rem);
color: rgba($black, .65); color: rgba($black, .65);
text-decoration: none;
@include border-radius(.25rem); @include border-radius(.25rem);
&:hover, &:hover,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment