Can anybody confirm that an
::after pseudo-element with a
content property does not work for kobo devices?
Like:
Code:
.title::after {
position: absolute;
content: " . . . . . . . ";
text-align: right;
}
I have an ebook in which it is used for creating dot trailers/leaders in some table of contents construct, but the dots never show within kobo, while they can be observed in the calibre viewer/editor.