Forum Moderators: not2easy
I still want it on the link itself
&:after {
display: inline-block;
content: '\00a0\2022';
text-decoration: none;
height: 16px;
overflow: hidden;
}
My understanding is that the text-decoration of the underlying <a> element is what you actually see in this case.
<li><a href = "blahblah">text here</a></li>