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;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
a::before {
|
a[rel="permalink"]::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -50,10 +50,6 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[rel="permalink"]::before {
|
|
||||||
content: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
a + a {
|
a + a {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue