Fixed post labels taking unwanted focus

This commit is contained in:
Marcin Kurczewski 2015-06-05 09:55:25 +02:00
parent a7a2f31dc2
commit d20fe3d95a

View file

@ -134,6 +134,7 @@
}
.post-small:not(.post-type-image) .link::after {
pointer-events: none;
display: block;
content: '...';
z-index: 3;