Fix permalink stacking order
This commit is contained in:
parent
9b68374559
commit
8da334b517
1 changed files with 1 additions and 5 deletions
|
@ -41,7 +41,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
a::before {
|
||||
a[rel="permalink"]::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
@ -50,10 +50,6 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
a[rel="permalink"]::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
a + a {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue