Fix permalink stacking order
This commit is contained in:
parent
9b68374559
commit
8da334b517
@ -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…
x
Reference in New Issue
Block a user