aeurielesn/loleventvods

Hide link IDs

Closed this issue · 5 comments

I suggest hiding all elements with class="keyNavAnnotation". (RES Feature)
Example: link id showing after non-link (team icons, flags) links too, and can mess up some table formatting.
Picture example: http://puu.sh/6jW2D.png

Isn't that already hidden? I don't use RES so I can't really check. But, I saw this rule yesterday:

.side .leavecontributor-button, table .keyNavAnnotation {
    display: none;
}

You're right - it is hidden in tables, but still shows up for the rest of the post which might include flags, team icons etc.

We could try to turn it off for all the [](#) hacks. How does that sound?

Sounds good to me. I personally have no use for it at all, but I suppose it's best to keep it working for those who do.

Give it a try. Modify it in common.less and I will merge it in.