Skip to content

Commit

Permalink
Fix permalink stacking order
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed May 7, 2019
1 parent cbd01dc commit 91720b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
overflow: hidden;
text-overflow: ellipsis;

a::before {
a[rel="permalink"]::before {
content: '';
position: absolute;
left: 0;
Expand All @@ -50,10 +50,6 @@
bottom: 0;
}

a[rel="permalink"]::before {
content: none;
}

a + a {
opacity: 0.5;
}
Expand Down

0 comments on commit 91720b8

Please sign in to comment.