Remove pointer cursor on author__urls that appears on white-space surrounding links.

- Close #354
This commit is contained in:
Michael Rose 2016-06-12 22:27:14 -04:00
parent 26f92debe1
commit 166b8f71bb
2 changed files with 2 additions and 1 deletions

View file

@ -164,6 +164,7 @@
background: #fff;
z-index: -1;
box-shadow: 0 0 10px rgba(#000, 0.25);
cursor: default;
@include breakpoint($large) {
display: block;

File diff suppressed because one or more lines are too long